summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-15mt76: mt7921: fix possible AOOB issue in mt7921_mcu_tx_rate_reportLorenzo Bianconi1-7/+10
2021-04-21mt76: mt7921: reinit wpdma during drv_own if necessaryLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7921: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi1-0/+20
2021-04-21mt76: mt7921: get rid of mcu_reset function pointerLorenzo Bianconi1-1/+2
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi1-5/+14
2021-04-21mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi1-1/+0
2021-04-21mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrlLorenzo Bianconi1-10/+24
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-44/+0
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7921: add dumping Tx power tableSean Wang1-0/+23
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 Bianconi1-0/+19
2021-04-12mt76: mt7921: fix the insmod hangsSean Wang1-12/+1
2021-04-12mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaitonSean Wang1-0/+44
2021-04-12mt76: mt7921: rework mt7921_mcu_debug_msg_event routineLorenzo Bianconi1-14/+12
2021-04-12mt76: mt7921: add wifi reset supportLorenzo Bianconi1-0/+3
2021-04-12mt76: mt7921: introduce mt7921_run_firmware utility routine.Lorenzo Bianconi1-13/+19
2021-04-12mt76: mt7921: reduce mcu timeouts for suspend, offload and hif_ctrl msgLorenzo Bianconi1-2/+10
2021-04-12mt76: mt7921: switch to new api for hardware beacon filterSean Wang1-1/+7
2021-02-26mt76: mt7921: remove incorrect error handlingArnd Bergmann1-3/+1
2021-01-29mt76: mt7921: add coredump supportSean Wang1-0/+5
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-0/+69
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW supportLorenzo Bianconi1-305/+1
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scanLorenzo Bianconi1-193/+4
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi1-1219/+27
2021-01-29mt76: mt7921: introduce PM supportSean Wang1-0/+307
2021-01-29mt76: mt7921: introduce beacon_loss mcu eventSean Wang1-0/+35
2021-01-29mt76: mt7921: introduce support for hardware beacon filterSean Wang1-0/+75
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang1-0/+37
2021-01-29mt76: mt7921: introduce schedule scan supportSean Wang1-0/+83
2021-01-29mt76: mt7921: add MCU supportSean Wang1-0/+2382