aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi3-2/+14
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi3-2/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2-6/+34
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi3-8/+37
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi8-12/+14
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi5-18/+25
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi3-14/+13
2021-04-21mt76: connac: introduce wake counter for fw_pmctrl synchronizationLorenzo Bianconi1-0/+31
2021-04-21mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi2-6/+15
2021-04-21mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrlLorenzo Bianconi3-10/+26
2021-04-21mt76: mt7921: remove leftover function declarationLorenzo Bianconi1-2/+0
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi8-104/+58
2021-04-21mt76: mt7921: do not use 0 as NULL pointerLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7915: directly read per-rate tx power from registersShayne Chen2-22/+51
2021-04-21mt76: mt7915: rework the flow of txpower settingShayne Chen8-251/+99
2021-04-21mt76: mt7915: add support for DT rate power limitsShayne Chen1-6/+38
2021-04-21mt76: mt7921: abort uncompleted scan by wifi resetSean Wang1-0/+8
2021-04-21mt76: mt7921: add wifisys reset support in debugfsSean Wang1-7/+16
2021-04-21mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutexLorenzo Bianconi1-1/+4
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi5-10/+8
2021-04-21mt76: mt7921: move hw configuration in mt7921_register_deviceLorenzo Bianconi2-13/+6
2021-04-21mt76: mt7915: add support for applying pre-calibration dataRyder Lee9-10/+199
2021-04-21mt76: mt7615: load ROM patch before checking patch semaphore statusFelix Fietkau1-14/+16
2021-04-21mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau1-2/+10
2021-04-21mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau5-11/+53
2021-04-21mt76: mt7921: add dumping Tx power tableSean Wang5-0/+151
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-20Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller4-14/+14
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg4-4/+4
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2-2/+2
2021-04-19wireless: align some HE capabilities with the specJohannes Berg3-8/+8
2021-04-17Merge tag 'mt76-for-kvalo-2021-04-12' of https://github.com/nbd168/wirelessKalle Valo66-1295/+2240
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-8/+1
2021-04-12mt76: mt7921: add rcu section in mt7921_mcu_tx_rate_reportLorenzo Bianconi1-1/+6
2021-04-12mt76: mt7921: introduce MCU_EVENT_LP_INFO event parsingLorenzo Bianconi5-1/+86
2021-04-12mt76: mt7615: always add rx header translation tlv when adding stationsFelix Fietkau3-8/+5