summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-11-26rtw88: follow the AP basic rates for tx mgmt frameYu-Yen Ting1-5/+21
2021-11-26rtw89: add AXIDMA and TX FIFO dump in mac_mem_dumpChia-Yuan Li2-0/+15
2021-11-26rtw89: fix potentially access out of range of RF register arrayPing-Ke Shih1-14/+19
2021-11-26rtw89: remove unneeded variableChangcheng Deng1-2/+1
2021-11-26rtw89: remove unnecessary conditional operatorsYe Guojin4-5/+5
2021-11-26rtw89: update rtw89_regulatory map to R58-R31Zong-Zhe Yang1-187/+188
2021-11-26rtw89: update tx power limit/limit_ru tables to R54Zong-Zhe Yang1-670/+2413
2021-11-26rtw89: update rtw89 regulation definition to R58-R31Zong-Zhe Yang2-4/+17
2021-11-26rtw89: fill regd field of limit/limit_ru tables by enumZong-Zhe Yang1-5229/+5229
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi5-27/+38
2021-11-24mt76: fix timestamp check in tx_statusDeren Wu1-1/+1
2021-11-22mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-11-22rtw89: update partition size of firmware header on skb->dataPing-Ke Shih2-3/+5
2021-11-22iwlwifi: Fix memory leaks in error handling pathChristophe JAILLET1-0/+6
2021-11-22iwlwifi: fix warnings produced by kernel debug optionsƁukasz Bartosik1-0/+2
2021-11-22iwlwifi: mvm: retry init flow if failedMordechay Goodstein5-8/+47
2021-11-22iwlwifi: Fix missing error code in iwl_pci_probe()chongjiapeng1-1/+3
2021-11-22iwlwifi: pcie: fix constant-conversion warningArnd Bergmann1-1/+5
2021-11-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo40-405/+1352
2021-11-19ipw2200: constify address in ipw_send_adapter_addressJakub Kicinski1-1/+1
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski1-3/+3
2021-11-19ath9k: fix intr_txqs settingPeter Seiderer1-1/+1
2021-11-19ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan3-4/+14
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-11-17ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel1-0/+4
2021-11-17ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2-4/+3
2021-11-17ath11k: add support for BSS color changeJohn Crispin5-6/+147
2021-11-17ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong3-6/+44
2021-11-17ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang1-2/+0
2021-11-17ath11k: add trace log supportVenkateswara Naralasetty5-5/+187
2021-11-17ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli1-7/+14
2021-11-17ath11k: use cache line aligned buffers for dbringRameshkumar Sundaram2-5/+13
2021-11-17ath11k: Disabling credit flow for WMI pathP Praneesh8-35/+146
2021-11-17ath11k: Fix ETSI regd with weather radar overlapSven Eckelmann1-47/+56
2021-11-15ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh1-2/+4
2021-11-15ath11k: send proper txpower and maxregpower values to firmwareP Praneesh2-6/+8
2021-11-15ath11k: fix FCS_ERR flag in radio tap headerP Praneesh1-2/+12
2021-11-15ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong1-0/+18
2021-11-15ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_requestWen Gong1-1/+1
2021-11-15ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong1-15/+14
2021-11-15ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong1-0/+4
2021-11-15ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh1-18/+14
2021-11-15ath11k: add branch predictors in dp_tx pathP Praneesh2-29/+25
2021-11-15ath11k: avoid while loop in ring selection of tx completion interruptP Praneesh1-5/+4
2021-11-15ath11k: remove mod operator in dst ring processingP Praneesh1-2/+5
2021-11-15ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memoryP Praneesh1-0/+1
2021-11-15ath11k: add branch predictors in process_rxP Praneesh1-15/+9
2021-11-15ath11k: remove usage quota while processing rx packetsP Praneesh1-6/+3
2021-11-15ath11k: avoid active pdev check for each msduP Praneesh1-36/+34
2021-11-15ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh1-3/+7