summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08mt76: mt7921: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-01-27mt76: do not pass the received frame with decryption errorXing Song1-1/+8
2021-11-18mt76: mt7921: report HE MU radiotapSean Wang1-8/+57
2021-11-18mt76: mt7921: fix endianness warning in mt7921_update_txsLorenzo Bianconi1-1/+2
2021-06-19mt76: mt7921: allow chip reset during device restartLorenzo Bianconi1-3/+5
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-8/+21
2021-06-19mt76: mt7921: fix the coredump is being truncatedSean Wang1-3/+6
2021-06-19mt76: mt7921: fix kernel warning when reset on vif is not staSean Wang1-1/+2
2021-06-19mt76: mt7921: improve code readability for mt7921_update_txsLorenzo Bianconi1-29/+18
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-6/+6
2021-06-19mt76: move mt76_get_next_pkt_id in mt76.hLorenzo Bianconi1-12/+3
2021-06-19mt76: mt7921: set MT76_RESET during mac resetLorenzo Bianconi1-11/+14
2021-06-19mt76: mt7921: update statistic in active mode onlyDeren Wu1-3/+7
2021-06-19mt76: mt7921: introduce mac tx done handlingDeren Wu1-29/+40
2021-06-19mt76: mt7921: do not schedule hw reset if the device is not runningLorenzo Bianconi1-0/+3
2021-06-19mt76: mt7921: return proper error value in mt7921_mac_initLorenzo Bianconi1-1/+4
2021-06-19mt76: mt7921: avoid unnecessary consecutive WiFi resetsSean Wang1-1/+4
2021-06-19mt76: mt7921: consider the invalid value for to_rssiSean Wang1-4/+7
2021-06-19mt76: mt7921: fix reset under the deep sleep is enabledSean Wang1-9/+12
2021-06-19mt76: mt7921: enable rx csum offloadLorenzo Bianconi1-3/+7
2021-06-19mt76: mt7921: enable rx header traslation offloadLorenzo Bianconi1-15/+37
2021-06-19mt76: mt7921: enable rx hw de-amsduLorenzo Bianconi1-1/+15
2021-05-15mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi1-2/+3
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-13mt76: report Rx timestampRyder Lee1-13/+16
2021-04-13mt76: 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