aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skbLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: avoid unnecessary spin_lock/spin_unlock in mt7921_mcu_tx_done_eventLorenzo Bianconi1-3/+1
2021-10-20mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi2-6/+7
2021-10-18treewide: Replace 0-element memcpy() destinations with flexible arraysKees Cook1-5/+5
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook4-10/+21
2021-10-18ath5k: replace snprintf in show functions with sysfs_emitQing Wang1-4/+4
2021-10-18rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rfColin Ian King1-2/+0
2021-10-18rtw89: Fix two spelling mistakes in debug messagesColin Ian King1-2/+2
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET13-21/+0
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-10-13rtlwifi: rtl8192ee: Remove redundant initialization of variable versionColin Ian King1-1/+1
2021-10-13rtw89: add Realtek 802.11ax driverPing-Ke Shih41-0/+91102
2021-10-13ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-10-13ath9k: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-10-13ath11k: Identify DFS channel when sending scan channel list commandBaochen Qiang1-0/+2
2021-10-13ath9k: support DT ieee80211-freq-limit property to limit channelsChristian Lamparter1-0/+2
2021-10-11ath11k: Change number of TCL rings to one for QCA6390Baochen Qiang7-21/+19
2021-10-11ath11k: Handle MSI enablement during rmmod and SSRBaochen Qiang1-5/+36
2021-10-11ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()Tuo Li1-4/+6
2021-10-11ath11k: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+4
2021-10-11ath11k: Remove redundant assignment to variable fw_sizeColin Ian King1-1/+0
2021-10-11b43: fix a lower bounds testDan Carpenter1-1/+1
2021-10-11b43legacy: fix a lower bounds testDan Carpenter1-1/+1
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2021-10-08ath11k: fix m68k and xtensa build failure in ath11k_peer_assoc_h_smps()Kalle Valo1-2/+2
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-25/+24
2021-10-07ath11k: Fix spelling mistake "incompaitiblity" -> "incompatibility"Colin Ian King1-1/+1
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann1-1/+1
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller85-3306/+6260
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-05ath11k: Remove unused variable in ath11k_dp_rx_mon_merg_msdus()Tim Gardner1-9/+1
2021-10-05ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-10-05ath9k: add option to reset the wifi chip via debugfsLinus Lüssing2-4/+54
2021-10-05ath10k: Don't always treat modem stop events as crashesStephen Boyd3-1/+84
2021-10-05Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-2639/+4867
2021-10-05rtl8xxxu: Use lower tx rates for the ack packetChris Chiu2-1/+7
2021-10-05brcmfmac: Add DMI nvram filename quirk for Cyberbook T116 tabletHans de Goede1-0/+10
2021-10-05rtw88: refine fw_crash debugfs to show non-zero while triggeringZong-Zhe Yang3-1/+6
2021-10-05rtw88: fix RX clock gate setting while fifo dumpZong-Zhe Yang2-4/+4
2021-10-01Merge tag 'wireless-drivers-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller8-25/+24
2021-09-28mwifiex: avoid null-pointer-subtraction warningArnd Bergmann2-4/+4
2021-09-28ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam1-1/+4
2021-09-28ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain1-0/+4
2021-09-28ath10k: high latency fixes for beacon bufferAlagu Sankar1-8/+23
2021-09-28ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packetsBaochen Qiang1-2/+2
2021-09-28ath11k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu1-10/+21
2021-09-28ath11k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu1-1/+49