aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi6-1/+170
2021-04-21mt76: mt7615: do not use mt7615 single-sku values for mt7663Lorenzo Bianconi1-0/+5
2021-04-21mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau2-2/+69
2021-04-21mt76: extend DT rate power limits to support 11ax devicesShayne Chen2-22/+39
2021-04-21mt76: add functions for parsing rate power limits from DTFelix Fietkau2-0/+216
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau5-0/+10
2021-04-21mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_deviceLorenzo Bianconi1-1/+2
2021-04-21mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee1-2/+6
2021-04-21mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happensRyder Lee1-3/+3
2021-04-21mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happensRyder Lee1-3/+3
2021-04-21mt76: mt7915: fix memleak when mt7915_unregister_device()Ryder Lee1-2/+1
2021-04-21mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee1-2/+1
2021-04-21mt76: mt7915: fix rate setting of tx descriptor in testmodeShayne Chen1-6/+19
2021-04-21mt76: mt7915: rework mt7915_tm_set_tx_len()Shayne Chen1-17/+5
2021-04-21mt76: testmode: add support to send larger packetShayne Chen4-35/+131
2021-04-21rtlwifi: implement set_tim by update beacon contentPing-Ke Shih4-0/+37
2021-04-21libertas_tf: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-21rtw88: refine napi deinit flowPo-Hao Huang2-5/+15
2021-04-21rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting1-2/+8
2021-04-21rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryptionGuo-Feng Fan1-1/+2
2021-04-21rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPKGuo-Feng Fan3-2/+112
2021-04-21rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan6-1/+809
2021-04-21rtw88: 8822c: reorder macro position according to the register numberGuo-Feng Fan2-143/+148
2021-04-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller9-45/+40
2021-04-19iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina1-3/+4
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg6-10/+10
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg5-11/+10
2021-04-19wireless: align some HE capabilities with the specJohannes Berg5-16/+16
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches2-2/+2
2021-04-18rtw88: 8822c: add CFO trackingPo-Hao Huang8-1/+224
2021-04-18iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg3-5/+28
2021-04-18wil6210: wmi: Remove useless codeJiapeng Chong1-1/+1
2021-04-18carl9170: remove get_tid_hChristophe JAILLET2-7/+2
2021-04-18mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-04-18rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih1-2/+3
2021-04-18wilc1000: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-18brcmfmac: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-18wl3501: fix typo of 'Networks' in commentEric Lin1-1/+1
2021-04-18rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-04-18rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang3-0/+29
2021-04-18libertas: struct lbs_private is declared duplicatelyWan Jiabing1-1/+0
2021-04-18brcmfmac: A typo fixBhaskar Chowdhury1-1/+1
2021-04-18rsi: fix comment syntax in file headersAditya Srivastava10-10/+10
2021-04-17airo: work around stack usage warningArnd Bergmann1-52/+65
2021-04-17wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2-8/+12
2021-04-17libertas: avoid -Wempty-body warningArnd Bergmann1-6/+6
2021-04-17rtl8xxxu: Simplify locking of a skb list accessesChristophe JAILLET2-10/+2
2021-04-17wilc1000: fix a loop timeout conditionDan Carpenter1-1/+1
2021-04-17mwifiex: Remove unneeded variable: "ret"zuoqilin1-2/+1
2021-04-17rtl8xxxu: Fix fall-through warnings for ClangGustavo A. R. Silva1-4/+4