summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7921: move hw configuration in mt7921_register_deviceLorenzo Bianconi2021-04-212-13/+6
* mt76: mt7915: add support for applying pre-calibration dataRyder Lee2021-04-219-10/+199
* mt76: mt7615: load ROM patch before checking patch semaphore statusFelix Fietkau2021-04-211-14/+16
* mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau2021-04-211-2/+10
* mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau2021-04-215-11/+53
* mt76: mt7921: add dumping Tx power tableSean Wang2021-04-215-0/+151
* mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi2021-04-216-1/+170
* mt76: mt7615: do not use mt7615 single-sku values for mt7663Lorenzo Bianconi2021-04-211-0/+5
* mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau2021-04-212-2/+69
* mt76: extend DT rate power limits to support 11ax devicesShayne Chen2021-04-212-23/+40
* mt76: add functions for parsing rate power limits from DTFelix Fietkau2021-04-212-0/+216
* mt76: flush tx status queue on DMA resetFelix Fietkau2021-04-215-0/+10
* mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_deviceLorenzo Bianconi2021-04-211-1/+2
* mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee2021-04-211-2/+6
* mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happensRyder Lee2021-04-211-3/+3
* mt76: mt7915: only free skbs after mt7915_dma_reset() when reset happensRyder Lee2021-04-211-3/+3
* mt76: mt7915: fix memleak when mt7915_unregister_device()Ryder Lee2021-04-211-2/+1
* mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee2021-04-211-2/+1
* mt76: mt7915: fix rate setting of tx descriptor in testmodeShayne Chen2021-04-211-6/+19
* mt76: mt7915: rework mt7915_tm_set_tx_len()Shayne Chen2021-04-211-17/+5
* mt76: testmode: add support to send larger packetShayne Chen2021-04-214-35/+131
* rtlwifi: implement set_tim by update beacon contentPing-Ke Shih2021-04-214-0/+37
* libertas_tf: Remove duplicate struct declarationWan Jiabing2021-04-211-1/+0
* rtw88: refine napi deinit flowPo-Hao Huang2021-04-212-5/+15
* rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting2021-04-211-2/+8
* rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryptionGuo-Feng Fan2021-04-211-1/+2
* rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPKGuo-Feng Fan2021-04-213-2/+112
* rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan2021-04-216-1/+809
* rtw88: 8822c: reorder macro position according to the register numberGuo-Feng Fan2021-04-212-143/+148
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-209-45/+40
|\
| * wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-196-10/+10
| * wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-195-11/+10
| * wireless: align some HE capabilities with the specJohannes Berg2021-04-195-16/+16
| * cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-192-2/+2
| * mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-081-6/+2
* | rtw88: 8822c: add CFO trackingPo-Hao Huang2021-04-188-1/+224
* | iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg2021-04-183-5/+28
* | wil6210: wmi: Remove useless codeJiapeng Chong2021-04-181-1/+1
* | carl9170: remove get_tid_hChristophe JAILLET2021-04-182-7/+2
* | mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong2021-04-181-0/+1
* | rtw88: Fix array overrun in rtw_get_tx_power_params()Ping-Ke Shih2021-04-181-2/+3
* | wilc1000: Remove duplicate struct declarationWan Jiabing2021-04-181-1/+0
* | brcmfmac: Remove duplicate struct declarationWan Jiabing2021-04-181-1/+0
* | wl3501: fix typo of 'Networks' in commentEric Lin2021-04-181-1/+1
* | rsi: Use resume_noirq for SDIOMarek Vasut2021-04-181-1/+1
* | rtw88: update statistics to fw for fine-tuning performancePo-Hao Huang2021-04-183-0/+29
* | libertas: struct lbs_private is declared duplicatelyWan Jiabing2021-04-181-1/+0
* | brcmfmac: A typo fixBhaskar Chowdhury2021-04-181-1/+1
* | rsi: fix comment syntax in file headersAditya Srivastava2021-04-1810-10/+10
* | airo: work around stack usage warningArnd Bergmann2021-04-171-52/+65