summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libertas_tf: Use struct_group() for memcpy() regionKees Cook2021-11-292-5/+8
* libertas: Use struct_group() for memcpy() regionKees Cook2021-11-292-6/+9
* wlcore: no need to initialise statics to falseJason Wang2021-11-291-1/+1
* rsi: Fix out-of-bounds read in rsi_read_pkt()Zekun Shen2021-11-293-1/+6
* rsi: Fix use-after-free in rsi_rx_done_handler()Zekun Shen2021-11-291-1/+7
* brcmfmac: Configure keep-alive packet on suspendLoic Poulain2021-11-292-0/+40
* wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh2021-11-261-5/+0
* iwlwifi: mvm: read the rfkill state and feed it to iwlmeiEmmanuel Grumbach2021-11-263-2/+13
* iwlwifi: mvm: add vendor commands needed for iwlmeiEmmanuel Grumbach2021-11-264-6/+168
* iwlwifi: integrate with iwlmeiEmmanuel Grumbach2021-11-2611-29/+481
* iwlwifi: mei: add debugfs hooksEmmanuel Grumbach2021-11-261-2/+83
* iwlwifi: mei: add the driver to allow cooperation with CSMEEmmanuel Grumbach2021-11-2611-0/+3749
* mei: bus: add client dma interfaceAlexander Usyskin2021-11-264-3/+75
* mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler2021-11-263-0/+8
* mwifiex: Ensure the version string from the firmware is 0-terminatedJonas Dreßler2021-11-261-0/+3
* mwifiex: Add quirk to disable deep sleep with certain hardware revisionJonas Dreßler2021-11-263-0/+39
* mwifiex: Use a define for firmware version string lengthJonas Dreßler2021-11-263-4/+7
* mwifiex: Fix skb_over_panic in mwifiex_usb_recv()Zekun Shen2021-11-261-1/+2
* rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih2021-11-261-0/+9
* rtw88: add debugfs to force lowest basic rateYu-Yen Ting2021-11-263-1/+42
* rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting2021-11-261-5/+21
* rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li2021-11-262-0/+15
* rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih2021-11-261-14/+19
* rtw89: remove unneeded variableChangcheng Deng2021-11-261-2/+1
* rtw89: remove unnecessary conditional operatorsYe Guojin2021-11-264-5/+5
* rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang2021-11-261-187/+188
* rtw89: update tx power limit/limit_ru tables to R54Zong-Zhe Yang2021-11-261-670/+2413
* rtw89: update rtw89 regulation definition to R58-R31Zong-Zhe Yang2021-11-262-4/+17
* rtw89: fill regd field of limit/limit_ru tables by enumZong-Zhe Yang2021-11-261-5229/+5229
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-11-1940-405/+1352
|\
| * ath9k: fix intr_txqs settingPeter Seiderer2021-11-191-1/+1
| * ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan2021-11-193-4/+14
| * ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel2021-11-171-0/+4
| * ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2021-11-172-4/+3
| * ath11k: add support for BSS color changeJohn Crispin2021-11-175-6/+147
| * ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong2021-11-173-6/+44
| * ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang2021-11-171-2/+0
| * ath11k: add trace log supportVenkateswara Naralasetty2021-11-175-5/+187
| * ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli2021-11-171-7/+14
| * ath11k: use cache line aligned buffers for dbringRameshkumar Sundaram2021-11-172-5/+13
| * ath11k: Disabling credit flow for WMI pathP Praneesh2021-11-178-35/+146
| * ath11k: Fix ETSI regd with weather radar overlapSven Eckelmann2021-11-171-47/+56
| * ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh2021-11-151-2/+4
| * ath11k: send proper txpower and maxregpower values to firmwareP Praneesh2021-11-152-6/+8
| * ath11k: fix FCS_ERR flag in radio tap headerP Praneesh2021-11-151-2/+12
| * ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong2021-11-151-0/+18
| * ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_requestWen Gong2021-11-151-1/+1
| * ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong2021-11-151-15/+14
| * ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong2021-11-151-0/+4
| * ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh2021-11-151-18/+14