summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg2023-01-191-2/+2
* Merge wireless into wireless-nextKalle Valo2023-01-1717-106/+124
|\
| * wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau2023-01-161-52/+72
| * wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi2023-01-163-4/+20
| * wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi2023-01-161-4/+5
| * wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich2023-01-161-13/+6
| * wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel2023-01-161-1/+1
| * wifi: brcmfmac: avoid NULL-deref in survey dump for 2G only deviceArend van Spriel2023-01-161-10/+13
| * wifi: brcmfmac: avoid handling disabled channels for survey dumpArend van Spriel2023-01-161-9/+7
| * brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov2023-01-091-2/+3
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-054-10/+13
| |\
| | * wifi: ath9k: use proper statements in conditionalsArnd Bergmann2022-12-201-7/+7
| | * wifi: mt76: mt7996: select CONFIG_RELAYArnd Bergmann2022-12-201-0/+1
| | * wifi: iwlwifi: fw: skip PPAG for JFJohannes Berg2022-12-201-0/+5
| | * wifi: ti: remove obsolete lines in the MakefileLukas Bulwahn2022-12-141-3/+0
| * | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-256-8/+8
| |/
| * Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-13321-3614/+61918
| |\
| * \ Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
| |\ \
| | * | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-182-2/+2
| | * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
* | | | wifi: rtl8xxxu: Dump the efuse only for untested devicesBitterblue Smith2023-01-161-1/+1
* | | | wifi: rtl8xxxu: Print the ROM version tooBitterblue Smith2023-01-161-4/+5
* | | | wifi: rtw88: Use non-atomic sta iterator in rtw_ra_mask_info_update()Martin Blumenstingl2023-01-161-1/+3
* | | | wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()Martin Blumenstingl2023-01-161-2/+4
* | | | wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCUMartin Blumenstingl2023-01-161-6/+7
* | | | wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith2023-01-161-9/+0
* | | | wifi: rtl8xxxu: Report the RSSI to the firmwareBitterblue Smith2023-01-168-0/+68
* | | | wifi: rt2x00: Remove useless else ifJiapeng Chong2023-01-161-2/+0
* | | | wifi: mt7601u: fix an integer underflowJisoo Jang2023-01-161-1/+2
* | | | wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev2023-01-161-0/+2
* | | | wifi: rtlwifi: rtl8723ae: fix obvious spelling error tyep->typeKonstantin Ryabitsev2023-01-161-1/+1
* | | | wifi: rtl8xxxu: Fix memory leaks with RTL8723BU, RTL8192EUBitterblue Smith2023-01-161-6/+2
* | | | wifi: rtw89: 8852b: fill the missing configuration about queue empty checkingZong-Zhe Yang2023-01-161-0/+2
* | | | wifi: rtw89: fix assignation of TX BD RAM tableZong-Zhe Yang2023-01-165-7/+26
* | | | wifi: rtw89: 8852c: rfk: correct ADC clock settingsChih-Kang Chang2023-01-162-12/+44
* | | | wifi: rtw89: correct register definitions of digital CFO and spur eliminationEric Huang2023-01-162-5/+5
* | | | wifi: rtw89: set the correct mac_id for management framesKuan-Chung Chen2023-01-161-15/+16
* | | | wifi: rtw89: fix null vif pointer when get management frame date rateKuan-Chung Chen2023-01-161-1/+2
* | | | wifi: rtw89: coex: Change Wi-Fi role info related logic to version separateChing-Te Ku2023-01-161-19/+20
* | | | wifi: rtw89: coex: Change RTL8852B use v1 TDMA policyChing-Te Ku2023-01-161-1/+1
* | | | wifi: rtw89: coex: Packet traffic arbitration hardware owner monitorChing-Te Ku2023-01-162-7/+11
* | | | wifi: rtw89: coex: refactor debug log of slot listChing-Te Ku2023-01-161-40/+5
* | | | wifi: rtw89: coex: Change firmware steps report to version separateChing-Te Ku2023-01-162-19/+149
* | | | wifi: rtw89: coex: Change Wi-Fi Null data report to version separateChing-Te Ku2023-01-162-36/+35
* | | | wifi: rtw89: coex: Add version code for Wi-Fi firmware coexistence controlChing-Te Ku2023-01-161-2/+2
* | | | wifi: rtw89: Add missing check for alloc_workqueueJiasheng Jiang2023-01-161-0/+3
* | | | wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()Zong-Zhe Yang2023-01-161-1/+3
* | | | wifi: rtw89: coex: Update WiFi role info H2C reportChing-Te Ku2023-01-162-16/+27
* | | | wifi: rtw89: coex: only read Bluetooth counter of report version 1 for RTL8852AChing-Te Ku2023-01-161-0/+4
* | | | wifi: rtw89: coex: Add v5 firmware control reportChing-Te Ku2023-01-162-0/+175