summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | | wifi: rtw89: coex: Change firmware control report to version separateChing-Te Ku2023-01-162-42/+48
* | | | wifi: rtw89: coex: Add v4 version firmware cycle reportChing-Te Ku2023-01-162-0/+252
* | | | wifi: rtw89: coex: Rename BTC firmware cycle report by feature versionChing-Te Ku2023-01-162-57/+64
* | | | wifi: rtw89: coex: Remove le32 to CPU translator at firmware cycle reportChing-Te Ku2023-01-161-130/+60
* | | | wifi: rtw89: Fix a typo in debug messageMasanari Iida2023-01-161-1/+1
* | | | wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang2023-01-161-2/+4
* | | | wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao2022-12-221-1/+4
* | | | wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong2022-12-221-0/+1
* | | | wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang2022-12-221-0/+1
* | | | wifi: wilc1000: add missing unregister_netdev() in wilc_netdev_ifc_init()Wang Yufen2022-12-221-1/+6
* | | | wifi: wilc1000: fix potential memory leak in wilc_mac_xmit()Zhang Changzhong2022-12-221-0/+1
* | | | wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao2022-12-221-2/+7
* | | | wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-221-1/+1
* | | | wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA2022-12-211-0/+5
* | | | wifi: rtl8xxxu: Add rate control code for RTL8188EUBitterblue Smith2022-12-213-30/+729
* | | | wifi: rtl8xxxu: Support new chip RTL8188EUJes Sorensen2022-12-217-25/+1572
* | | | wifi: rtl8xxxu: Define masks for cck_agc_rpt bitsBitterblue Smith2022-12-214-6/+9
* | | | wifi: rtl8xxxu: Make rtl8xxxu_load_firmware take const char*Bitterblue Smith2022-12-217-7/+7
* | | | wifi: rtl8xxxu: Deduplicate the efuse dumping codeBitterblue Smith2022-12-215-41/+13
* | | | wifi: rtw89: 8852c: rfk: refine AGC tuning flow of DPK for irregular PAChih-Kang Chang2022-12-211-8/+30
* | | | wifi: rtw89: refine 6 GHz scanning dwell timePo-Hao Huang2022-12-212-2/+4
* | | | wifi: rtw89: 8852b: update BSS color mapping registerEric Huang2022-12-216-4/+10
* | | | wifi: rtw89: coex: Change TDMA related logic to version separateChing-Te Ku2022-12-212-27/+32
* | | | wifi: rtw89: coex: refactor _chk_btc_report() to extend more featuresChing-Te Ku2022-12-211-222/+143
* | | | wifi: rtw89: coex: Add v2 BT AFH report and related variableChing-Te Ku2022-12-212-8/+72
* | | | wifi: rtw89: coex: Update BTC firmware report bitmap definitionChing-Te Ku2022-12-211-13/+164
* | | | wifi: rtw89: coex: Enable Bluetooth report when show debug infoChing-Te Ku2022-12-211-13/+19
* | | | wifi: rtw89: coex: use new introduction BTC version formatPing-Ke Shih2022-12-215-85/+32
* | | | wifi: rtw89: coex: add BTC format version derived from firmware versionPing-Ke Shih2022-12-214-0/+124
* | | | Merge tag 'mt76-for-kvalo-2022-12-09' of https://github.com/nbd168/wirelessKalle Valo2022-12-2133-273/+503
|\ \ \ \
| * | | | wifi: mt76: mt7915: get rid of wed rx_buf_ring page_frag_cacheLorenzo Bianconi2022-12-091-14/+11
| * | | | wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()Sean Wang2022-12-091-1/+2
| * | | | wifi: mt76: dma: rely on queue page_frag_cache for wed rx queuesLorenzo Bianconi2022-12-091-15/+1
| * | | | wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2022-12-093-4/+20
| * | | | wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2022-12-091-4/+5
| * | | | wifi: mt76: mt7615: enable per-phy led supportLorenzo Bianconi2022-12-095-74/+92
| * | | | wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi2022-12-093-29/+109
| * | | | wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi2022-12-098-87/+92
| * | | | wifi: mt76: move leds field in leds structLorenzo Bianconi2022-12-098-54/+56
| * | | | wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr...Deren Wu2022-12-091-1/+1
| * | | | wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee2022-12-091-1/+1
| * | | | wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()Ryder Lee2022-12-091-1/+1
| * | | | wifi: mt76: mt7921: add support to update fw capability with MTFG tableQuan Zhou2022-12-094-1/+77
| * | | | wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_powerLorenzo Bianconi2022-12-091-1/+6
| * | | | wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlvLorenzo Bianconi2022-12-091-2/+2