aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2021-04-12mt76: mt7615: add missing SPDX tag in mmio.cRyder Lee1-0/+3
2021-04-12mt76: mt7915: add mmio.cRyder Lee8-218/+177
2021-04-12mt76: report Rx timestampRyder Lee15-63/+89
2021-04-12mt76: mt7921: remove 80+80 MHz support capabilitiesFelix Fietkau2-7/+0
2021-04-12mt76: fix potential DMA mapping leakFelix Fietkau1-1/+1
2021-04-12mt76: mt7921: reduce the data latency during hw scanSean Wang2-1/+7
2021-04-12mt76: mt7921: fix the insmod hangsSean Wang4-16/+3
2021-04-12mt76: mt7921: fix kernel crash when the firmware fails to downloadSean Wang1-1/+3
2021-04-12mt76: mt7921: fix the dwell time controlSean Wang1-1/+2
2021-04-12mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaitonSean Wang3-0/+50
2021-04-12mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definitionLorenzo Bianconi3-2/+8
2021-04-12mt76: mt7915: add wifi subsystem resetRyder Lee3-16/+70
2021-04-12mt76: mt7915: fix mt7915_mcu_add_beaconRyder Lee1-10/+12
2021-04-12mt76: mt7615: fix .add_beacon_offload()Ryder Lee1-2/+10
2021-04-12mt76: mt7921: rework mt7921_mcu_debug_msg_event routineLorenzo Bianconi1-14/+12
2021-04-12mt76: mt7921: always wake the device in mt7921_remove_interfaceLorenzo Bianconi1-1/+1
2021-04-12mt76: mt7921: fix key set/delete issueLorenzo Bianconi1-8/+17
2021-04-12mt76: mt7915: fix txpower init for TSSI off chipsShayne Chen1-6/+13
2021-04-12mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()Guobin Huang1-3/+1
2021-04-12mt76: mt7915: limit firmware log message printk to buffer lengthFelix Fietkau1-1/+2
2021-04-12mt76: mt7615: limit firmware log message printk to buffer lengthFelix Fietkau1-1/+2
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau7-181/+187
2021-04-12mt76: mt7915: cleanup mcu tx queue in mt7915_dma_reset()Ryder Lee1-7/+8
2021-04-12mt76: mt7915: keep mcu_add_bss_info enabled till interface removalRyder Lee1-4/+5
2021-04-12mt76: mt7615: keep mcu_add_bss_info enabled till interface removalRyder Lee1-6/+7
2021-04-12mt76: mt7622: trigger hif interrupt for system resetRyder Lee3-4/+15
2021-04-12mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()Ryder Lee1-3/+5
2021-04-12mt76: mt7615: only enable DFS test knobs for mt7615Ryder Lee1-12/+17
2021-04-12mt76: mt7921: properly configure rcpi adding a sta to the fwLorenzo Bianconi3-5/+49
2021-04-12mt76: connac: introduce mt76_sta_cmd_info data structureLorenzo Bianconi4-30/+56
2021-04-12mt76: mt7921: get rid of mt7921_mac_wtbl_lmac_addrLorenzo Bianconi1-9/+1
2021-04-12mt76: mt7915: refresh repeater entry MAC address when setting BSSIDFelix Fietkau1-1/+3
2021-04-12mt76: mt7915: fix key set/delete issueFelix Fietkau1-7/+18
2021-04-12mt76: mt7921: remove duplicated macros in mcu.hLorenzo Bianconi1-19/+0
2021-04-12mt76: mt7921: remove redundant check on typeColin Ian King1-3/+0
2021-04-12mt76: mt7921: remove leftovers from dbdc configurationLorenzo Bianconi1-17/+11
2021-04-12mt76: mt7921: add wifi reset supportLorenzo Bianconi5-60/+155
2021-04-12mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi2-1/+5
2021-04-12mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi2-18/+31
2021-04-12mt76: mt7921: introduce __mt7921_start utility routineLorenzo Bianconi2-14/+22
2021-04-12mt76: mt7921: introduce mt7921_run_firmware utility routine.Lorenzo Bianconi2-13/+20
2021-04-12mt76: introduce mcu_reset function pointer in mt76_mcu_ops structureLorenzo Bianconi2-0/+5
2021-04-12mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msgLorenzo Bianconi1-2/+10
2021-04-12mt76: mt7915: fix possible deadlock while mt7915_register_ext_phy()Ryder Lee2-3/+8
2021-04-12mt76: mt7615: add missing capabilities for DBDCRyder Lee1-4/+5
2021-04-12mt76: mt7663s: fix the possible device hang in high trafficSean Wang2-0/+5
2021-04-12mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
2021-04-12mt76: mt7663: fix when beacon filter is being appliedSean Wang1-3/+3
2021-04-12mt76: mt7615: check mcu returned values in mt7615_opsRyder Lee1-26/+64
2021-04-12mt76: mt7915: check mcu returned values in mt7915_opsRyder Lee1-16/+42