summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov5-63/+4
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET1-1/+1
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_wow_enable()Christophe JAILLET1-3/+3
2022-11-16wifi: airo: Avoid clashing function prototypesGustavo A. R. Silva1-96/+108
2022-11-16wifi: zd1201: Avoid clashing function prototypesGustavo A. R. Silva1-85/+89
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva1-111/+133
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2-12/+12
2022-11-16wifi: orinoco: Avoid clashing function prototypesGustavo A. R. Silva1-47/+62
2022-11-16wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith6-15/+9
2022-11-16wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith6-15/+15
2022-11-16wifi: rtl8xxxu: Name some bits used in burst initBitterblue Smith2-5/+11
2022-11-16wifi: rtl8xxxu: Rename rtl8xxxu_8188f_channel_to_groupBitterblue Smith1-2/+2
2022-11-16wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith7-156/+297
2022-11-16wifi: rtl8xxxu: Move burst init to a functionBitterblue Smith4-41/+52
2022-11-09wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih1-2/+14
2022-11-09wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih1-4/+2
2022-11-08wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8
2022-11-08wifi: iwlegacy: remove redundant variable lenColin Ian King1-6/+0
2022-11-08wifi: rtw89: update D-MAC and C-MAC dump to diagnose SERChia-Yuan Li5-197/+845
2022-11-08wifi: rtw89: dump dispatch status via debug portChia-Yuan Li3-0/+625
2022-11-08wifi: Use kstrtobool() instead of strtobool()Christophe JAILLET5-4/+7
2022-11-08wifi: brcmfmac: Avoiding Connection delayPrasanna Kerekoppa1-0/+6
2022-11-08wifi: brcmfmac: Fix for when connect request is not successWataru Gohda1-3/+15
2022-11-08wifi: brcmfmac: correctly remove all p2p vifBrian Henriquez1-2/+6
2022-11-04wifi: rtl8xxxu: Use dev_* instead of pr_infoBitterblue Smith1-2/+4
2022-11-04wifi: rtl8xxxu: Set IEEE80211_HW_SUPPORT_FAST_XMITBitterblue Smith1-0/+1
2022-11-04wifi: rtl8xxxu: Recognise all possible chip cutsBitterblue Smith1-21/+5
2022-11-04wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith8-14/+138
2022-11-04wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith7-32/+212
2022-11-04wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang1-2/+6
2022-11-04wifi: brcmfmac: Fix a typo "unknow"Jonathan Neuschäfer1-1/+1
2022-11-04wifi: rtlwifi: rtl8192ee: remove static variable stop_report_cntColin Ian King1-8/+0
2022-11-04bcma: Fail probe if GPIO subdriver failsLinus Walleij1-1/+3
2022-11-04bcma: Use the proper gpio includeLinus Walleij1-3/+0
2022-11-04wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang1-0/+5
2022-11-01wifi: wilc1000: sdio: fix module autoloadingMichael Walle1-0/+1
2022-11-01wifi: atmel: Fix atmel_private_handler array sizeKees Cook1-1/+1
2022-11-01wifi: ipw2200: Remove the unused function ipw_alive()Jiapeng Chong1-14/+0
2022-11-01wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTOREColin Ian King1-1/+1
2022-11-01wifi: rtw89: add WoWLAN pattern match supportChin-Yen Lee7-1/+381
2022-11-01wifi: rtw89: add WoWLAN function supportChin-Yen Lee15-7/+874
2022-11-01wifi: rtw89: add related H2C for WoWLAN modeChin-Yen Lee3-0/+419
2022-11-01wifi: rtw89: add drop tx packet functionChih-Kang Chang8-0/+137
2022-11-01wifi: rtw89: add function to adjust and restore PLE quotaChih-Kang Chang4-0/+39
2022-11-01wifi: rtw89: move enable_cpu/disable_cpu into fw_downloadChih-Kang Chang3-8/+9
2022-11-01wifi: rtw89: collect and send RF parameters to firmware for WoWLANChih-Kang Chang3-4/+31
2022-11-01wifi: rtw89: check if sta's mac_id is valid under AP/TDLSZong-Zhe Yang1-0/+2
2022-11-01wifi: rtw89: add BW info for both TX and RX in phy_infoEric Huang1-0/+18
2022-11-01wifi: rtw89: 8852c: make table of RU mask constantPing-Ke Shih1-2/+2
2022-11-01wifi: rtw89: declare support bands with constZong-Zhe Yang1-3/+3