summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/init.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mt76: mt7921: fix dma hang in rmmodDeren Wu1-0/+9
2021-11-18mt76: mt7921: fix survey-dump reportingLorenzo Bianconi1-0/+4
2021-06-19mt76: mt7921: allow chip reset during device restartLorenzo Bianconi1-1/+7
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi1-1/+2
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-1/+5
2021-06-19mt76: connac: fix the maximum interval schedule scan can supportSean Wang1-1/+1
2021-06-19mt76: mt7921: enable VHT BFee capabilityFelix Fietkau1-1/+5
2021-06-19mt76: mt7921: enable random mac address during sched_scanDeren Wu1-1/+2
2021-06-19mt76: allow hw driver code to overwrite wiphy interface_modesLorenzo Bianconi1-0/+2
2021-06-19mt76: mt7921: return proper error value in mt7921_mac_initLorenzo Bianconi1-5/+3
2021-06-19mt76: mt7921: enable runtime pm by defaultLorenzo Bianconi1-1/+1
2021-06-19mt76: mt7921: add back connection monitor supportSean Wang1-0/+4
2021-06-19mt76: mt7921: Don't alter Rx path classifierSean Wang1-18/+0
2021-06-19mt76: mt7921: enable rx csum offloadLorenzo Bianconi1-0/+1
2021-06-19mt76: mt7921: enable rx header traslation offloadLorenzo Bianconi1-1/+3
2021-06-19mt76: mt7921: enable rx hw de-amsduLorenzo Bianconi1-2/+2
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-30/+2
2021-05-15mt76: mt7921: fix max aggregation subframes settingFelix Fietkau1-2/+2
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-1/+0
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi1-3/+1
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi1-2/+2
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi1-1/+4
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi1-1/+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: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrlLorenzo Bianconi1-0/+1
2021-04-21mt76: mt7921: move hw configuration in mt7921_register_deviceLorenzo Bianconi1-12/+6
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-0/+2
2021-04-21mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_deviceLorenzo Bianconi1-1/+2
2021-04-13mt76: report Rx timestampRyder Lee1-0/+3
2021-04-13mt76: mt7921: remove 80+80 MHz support capabilitiesFelix Fietkau1-3/+0
2021-04-13mt76: mt7921: fix the insmod hangsSean Wang1-2/+0
2021-04-12mt76: mt7921: add wifi reset supportLorenzo Bianconi1-2/+1
2021-04-11mt76: mt7921: enable random mac addr during scanningLorenzo Bianconi1-0/+1
2021-01-29mt76: mt7921: add coredump supportSean Wang1-0/+2
2021-01-29mt76: mt7921: introduce regdomain notifier supportLorenzo Bianconi1-0/+16
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang1-0/+7
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scanLorenzo Bianconi1-4/+5
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi1-1/+2
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang1-0/+2
2021-01-29mt76: mt7921: introduce schedule scan supportSean Wang1-0/+5
2021-01-29mt76: mt7921: add debugfs supportSean Wang1-1/+1
2021-01-29mt76: mt7921: introduce mt7921e supportSean Wang1-0/+248