summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-01-27mt76: mt7921: drop offload_flags overwrittenSean Wang1-6/+0
2021-07-12mt76: mt7921: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-19mt76: mt7921: enable HE BFee capabilityDeren Wu1-1/+12
2021-06-19mt76: disable TWT capabilities for the momentLorenzo Bianconi1-2/+0
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi1-1/+1
2021-06-19mt76: mt7921: limit txpower according to userlevel powerLorenzo Bianconi1-0/+3
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-22/+41
2021-06-19mt76: mt7921: make mt7921_set_channel staticLorenzo Bianconi1-1/+1
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi1-2/+2
2021-06-19mt76: mt7921: enable hw offloading for wep keysLorenzo Bianconi1-5/+17
2021-06-19mt76: mt7921: fix OMAC idx usageSean Wang1-54/+1
2021-06-19mt76: mt7921: enable rx header traslation offloadLorenzo Bianconi1-0/+18
2021-05-30mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau1-2/+1
2021-04-21mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi1-19/+5
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi1-2/+1
2021-04-21mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-14/+9
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-2/+6
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-0/+4
2021-04-21Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller1-3/+3
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg1-1/+1
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg1-1/+1
2021-04-19wireless: align some HE capabilities with the specJohannes Berg1-1/+1
2021-04-13mt76: mt7921: remove 80+80 MHz support capabilitiesFelix Fietkau1-4/+0
2021-04-12mt76: mt7921: fix inappropriate WoW setup with the missing ARP informaitonSean Wang1-0/+3
2021-04-12mt76: mt7921: always wake the device in mt7921_remove_interfaceLorenzo Bianconi1-1/+1
2021-04-12mt76: mt7921: fix key set/delete issueLorenzo Bianconi1-8/+17
2021-04-12mt76: mt7921: properly configure rcpi adding a sta to the fwLorenzo Bianconi1-3/+9
2021-04-12mt76: connac: introduce mt76_sta_cmd_info data structureLorenzo Bianconi1-4/+15
2021-04-12mt76: mt7921: remove redundant check on typeColin Ian King1-3/+0
2021-04-12mt76: mt7921: remove leftovers from dbdc configurationLorenzo Bianconi1-17/+11
2021-04-12mt76: mt7921: introduce __mt7921_start utility routineLorenzo Bianconi1-14/+21
2021-04-12mt76: mt7921: check mcu returned values in mt7921_startLorenzo Bianconi1-5/+14
2021-04-12mt76: mt7921: get rid of mt7921_sta_rc_update routineLorenzo Bianconi1-9/+0
2021-04-12mt76: mt7921: fix stats register definitionsLorenzo Bianconi1-0/+6
2021-04-12mt76: mt7921: add flush operationSean Wang1-0/+10
2021-04-12mt76: mt7921: switch to new api for hardware beacon filterSean Wang1-16/+33
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-44/+113
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW supportLorenzo Bianconi1-5/+7
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scanLorenzo Bianconi1-5/+5
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi1-12/+22
2021-01-29mt76: mt7921: introduce PM supportSean Wang1-0/+79
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang1-0/+3
2021-01-29mt76: mt7921: introduce schedule scan supportSean Wang1-0/+38
2021-01-29mt76: mt7921: add ieee80211_opsSean Wang1-0/+960