aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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/linux/kernel/git/iwlwifi/iwlwifi-nextKalle 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-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner1-1/+5
2021-12-13brcmfmac: Fix incorrect type assignments for keep-aliveLoic Poulain1-2/+2
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman4-4/+4
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/git/gregkh/char-miscLinus Torvalds1-1/+5
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-1/+5
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-1/+1
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-13/+17
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
2021-12-08mwifiex: Fix possible ABBA deadlockBrian Norris1-2/+6
2021-12-08wilc1000: Add id_table to spi_driverDavid Mosberger-Tang1-0/+7
2021-12-08rtw89: don't kick off TX DMA if failed to write skbPing-Ke Shih1-0/+1
2021-12-08rtw89: remove cch_by_bw which is not usedZong-Zhe Yang2-29/+0
2021-12-08rtw89: fix sending wrong rtwsta->mac_id to firmware to fill address CAMPing-Ke Shih8-48/+43