summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski130-1919/+5566
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-14/+23
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-13/+18
2021-12-16Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo46-326/+2074
2021-12-16wcn36xx: Implement beacon filteringBryan O'Donoghue4-0/+107
2021-12-16wcn36xx: Fix physical location of beacon filter commentBryan O'Donoghue1-3/+4
2021-12-16wcn36xx: Fix beacon filter structure definitionsBryan O'Donoghue1-3/+3
2021-12-16ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli5-13/+101
2021-12-16wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang3-2/+6
2021-12-16wl1251: specify max. IE lengthMerlijn Wajer1-0/+6
2021-12-16Merge tag 'iwlwifi-next-for-kalle-2021-12-08' of git://git.kernel.org/pub/scm...Kalle Valo50-354/+1321
2021-12-15rsi: fix array out of boundzhangyue1-0/+3
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2-11/+14
2021-12-14wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"David Mosberger-Tang2-3/+3
2021-12-14wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang1-1/+2
2021-12-14wilc1000: Remove misleading USE_SPI_DMA macroDavid Mosberger-Tang1-5/+0
2021-12-14wilc1000: Fix missing newline in error messageDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang1-1/+1
2021-12-14rtw89: coex: Update COEX to 5.5.8Ching-Te Ku1-1/+1
2021-12-14rtw89: coex: Cancel PS leaving while C2H comesChing-Te Ku1-2/+0
2021-12-14rtw89: coex: Update BT counters while receiving reportChing-Te Ku1-17/+15
2021-12-14rtw89: coex: Define LPS state for BTC usingChing-Te Ku2-4/+10
2021-12-14rtw89: coex: Add MAC API to get BT polluted counterChing-Te Ku4-2/+18
2021-12-14rtw89: coex: Not to send H2C when WL not ready and count H2CChing-Te Ku1-2/+25
2021-12-14rtw89: coex: correct C2H header lengthChing-Te Ku1-0/+2
2021-12-14ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan4-5/+25
2021-12-14ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo4-22/+22
2021-12-14ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang1-2/+5
2021-12-13brcmfmac: Fix incorrect type assignments for keep-aliveLoic Poulain1-2/+2
2021-12-13mt76: remove variable set but not usedYang Li1-2/+1
2021-12-13ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram1-1/+1
2021-12-13ath11k: Avoid false DEADLOCK warning reported by lockdepBaochen Qiang2-0/+24
2021-12-13ath11k: set DTIM policy to stick mode for station interfaceCarl Huang2-0/+14
2021-12-13ath11k: support MAC address randomization in scanCarl Huang3-1/+58
2021-12-13ath10k: wmi: remove array of flexible structuresKalle Valo1-1/+3
2021-12-13ath10k: htt: remove array of flexible structuresKalle Valo1-110/+0
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-1/+5
2021-12-09ath10k: drop beacon and probe response which leak from other channelWen Gong1-1/+26
2021-12-09ath11k: add spectral/CFR buffer validation supportVenkateswara Naralasetty3-0/+46
2021-12-09ath11k: Process full monitor mode rx supportAnilkumar Kolli3-3/+433
2021-12-09ath11k: add software monitor ring descriptor for full monitorAnilkumar Kolli3-0/+80
2021-12-09ath11k: Add htt cmd to enable full monitor modeAnilkumar Kolli5-0/+84
2021-12-09ath6kl: Use struct_group() to avoid size-mismatched castingKees Cook2-15/+19
2021-12-09ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong1-0/+3
2021-12-09ath11k: Fix buffer overflow when scanning with extraieSven Eckelmann1-3/+3
2021-12-08libertas_tf: Add missing __packed annotationsKees Cook1-14/+14
2021-12-08libertas: Add missing __packed annotation with struct_group()Kees Cook1-1/+1