aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi1-0/+3
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi1-0/+1
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi1-0/+18
2021-10-20mt76: mt7921s: add reset supportSean Wang1-0/+4
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-0/+43
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang1-1/+1
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang1-8/+0
2021-10-20mt76: mt7921: refactor init.c to be bus independentSean Wang1-0/+2
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang1-3/+17
2021-10-20mt76: mt7921: refactor dma.c to be pcie specificSean Wang1-1/+6
2021-10-20mt76: mt7921: refactor mac.c to be bus independentSean Wang1-5/+20
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: robustify hardware initialization flowSean Wang1-0/+1
2021-10-20mt76: mt7921: remove mt7921_sta_statsLorenzo Bianconi1-11/+1
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: report tx rate directly from tx statusLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: add support for tx status reportingLorenzo Bianconi1-3/+0
2021-10-20mt76: mt7921: start reworking tx rate reportingLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: update mib counters dumping phy statsLorenzo Bianconi1-0/+1
2021-10-20mt76: mt7921: move mt7921_queue_rx_skb to mac.cLorenzo Bianconi1-3/+0
2021-10-20mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi1-5/+3
2021-10-20mt76: mt7921: get rid of mt7921_mac_set_beacon_filterLorenzo Bianconi1-3/+0
2021-10-20mt76: mt7921: get rid of monitor_vifLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: Add mt7922 supportDeren Wu1-0/+3
2021-10-20mt76: mt7921: fix mgmt frame using unexpected bitrateSean Wang1-2/+0
2021-10-20mt76: mt7921: introduce testmode supportLorenzo Bianconi1-0/+4
2021-06-19mt76: mt7921: allow chip reset during device restartLorenzo Bianconi1-1/+2
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-2/+5
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee1-1/+1
2021-06-19mt76: mt7921: make mt7921_set_channel staticLorenzo Bianconi1-1/+0
2021-06-19mt76: mt7921: remove mt7921_get_wtbl_info routineLorenzo Bianconi1-1/+0
2021-06-19mt76: mt7921: enable hw offloading for wep keysLorenzo Bianconi1-0/+2
2021-06-19mt76: mt7921: introduce mac tx done handlingDeren Wu1-0/+2
2021-06-19mt76: mt7921: return proper error value in mt7921_mac_initLorenzo Bianconi1-1/+1
2021-06-19mt76: mt7921: avoid unnecessary consecutive WiFi resetsSean Wang1-0/+1
2021-06-19mt76: mt7921: fix reset under the deep sleep is enabledSean Wang1-0/+1
2021-04-21mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7921: improve doze opportunityLorenzo Bianconi1-1/+1
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-1/+0
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi1-4/+0
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi1-0/+6
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi1-0/+1
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7921: remove leftover function declarationLorenzo Bianconi1-2/+0
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-6/+0
2021-04-21mt76: mt7921: move hw configuration in mt7921_register_deviceLorenzo Bianconi1-1/+0
2021-04-21mt76: mt7921: add dumping Tx power tableSean Wang1-0/+31
2021-04-12mt76: report Rx timestampRyder Lee1-1/+1