aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi1-0/+6
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi1-2/+15
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi1-1/+25
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-7/+15
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang1-0/+6
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang1-4/+1
2021-10-20mt76: mt7921: refactor dma.c to be pcie specificSean Wang1-1/+1
2021-10-20mt76: mt7921: refactor mac.c to be bus independentSean Wang1-335/+7
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi1-12/+21
2021-10-20mt76: mt7921: remove mt7921_sta_statsLorenzo Bianconi1-2/+2
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi1-4/+0
2021-10-20mt76: mt7921: report tx rate directly from tx statusLorenzo Bianconi1-88/+141
2021-10-20mt76: mt7921: add support for tx status reportingLorenzo Bianconi1-5/+97
2021-10-20mt76: mt7921: start reworking tx rate reportingLorenzo Bianconi1-34/+42
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-0/+5
2021-10-20mt76: mt7921: update mib counters dumping phy statsLorenzo Bianconi1-2/+1
2021-10-20mt76: mt7921: move mt7921_queue_rx_skb to mac.cLorenzo Bianconi1-2/+38
2021-10-20mt76: mt7921: fix endianness warnings in mt7921_mac_decode_he_mu_radiotapLorenzo Bianconi1-6/+6
2021-10-20mt76: mt7921: report HE MU radiotapSean Wang1-8/+57
2021-10-20mt76: mt7921: get rid of mt7921_mac_set_beacon_filterLorenzo Bianconi1-28/+0
2021-10-20mt76: add support for setting mcast rateRyder Lee1-1/+2
2021-10-20mt76: mt7921: send EAPOL frames at lowest rateRyder Lee1-1/+2
2021-10-20mt76: mt7921: fix mgmt frame using unexpected bitrateSean Wang1-5/+5
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee1-4/+0
2021-10-20mt76: 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