summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7921: improve doze opportunityLorenzo Bianconi1-2/+2
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-41/+5
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi1-21/+21
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi1-26/+3
2021-04-21mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi1-66/+1
2021-04-21mt76: mt7921: enable sw interruptsLorenzo Bianconi1-0/+1
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi1-0/+4
2021-04-21mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_workLorenzo Bianconi1-5/+0
2021-04-21mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi1-6/+0
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi1-3/+8
2021-04-21mt76: mt7921: do not use 0 as NULL pointerLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7921: abort uncompleted scan by wifi resetSean Wang1-0/+8
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-12mt76: report Rx timestampRyder Lee1-13/+16
2021-04-12mt76: mt7921: fix the insmod hangsSean Wang1-2/+1
2021-04-12mt76: mt7921: introduce MT_WFDMA_DUMMY_CR definitionLorenzo Bianconi1-1/+1
2021-04-12mt76: mt7921: properly configure rcpi adding a sta to the fwLorenzo Bianconi1-2/+33
2021-04-12mt76: mt7921: get rid of mt7921_mac_wtbl_lmac_addrLorenzo Bianconi1-9/+1
2021-04-12mt76: mt7921: add wifi reset supportLorenzo Bianconi1-56/+145
2021-04-12mt76: mt7921: fix stats register definitionsLorenzo Bianconi1-21/+10
2021-04-12mt76: mt7921: remove unneeded semicolonJiapeng Chong1-1/+1
2021-04-12mt76: mt7921: fixup rx bitrate statisticsSean Wang1-77/+78
2021-04-12mt76: mt7921: fix memory leak in mt7921_coredump_workSean Wang1-2/+4
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-01-29mt76: mt7921: add coredump supportSean Wang1-0/+43
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-9/+89
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang1-2/+1
2021-01-29mt76: mt7921: add DMA supportSean Wang1-0/+3
2021-01-29mt76: mt7921: add MCU supportSean Wang1-0/+28
2021-01-29mt76: mt7921: add MAC supportSean Wang1-0/+1363