summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/main.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi1-7/+11
2021-06-19mt76: connac: add mt76_connac_power_save_sched in mt76_connac_pm_unrefLorenzo Bianconi1-3/+3
2021-06-19mt76: mt7615: remove useless if condition in mt7615_add_interface()Lorenzo Bianconi1-2/+0
2021-06-19mt76: mt7615: add .offset_tsf callbackRyder Lee1-2/+30
2021-06-19mt76: mt7663: enable hw rx header translationLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi1-2/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-15/+12
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-2/+7
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-0/+4
2021-04-12mt76: mt7615: keep mcu_add_bss_info enabled till interface removalRyder Lee1-6/+7
2021-04-12mt76: mt7663: fix when beacon filter is being appliedSean Wang1-3/+3
2021-04-12mt76: mt7615: check mcu returned values in mt7615_opsRyder Lee1-26/+64
2021-04-12mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi1-0/+6
2021-04-12mt76: mt7615: fix TSF configurationRyder Lee1-2/+14
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-0/+17
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau1-7/+11
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi1-45/+17
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi1-2/+2
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-7/+9
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi1-5/+15
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-12/+15
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi1-19/+19
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-3/+3
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen1-1/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-1/+1
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-6/+7
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-9/+9
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee1-17/+38
2020-12-04mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi1-34/+1
2020-12-04mt76: switch to wep sw crypto for mt7615/mt7915Lorenzo Bianconi1-2/+2
2020-12-04mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi1-22/+6
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-3/+0
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-1/+1
2020-09-24mt76: mt7615: remove mtxq->agg_ssn assignmentFelix Fietkau1-1/+0
2020-09-24mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi1-0/+2
2020-09-24mt76: mt7615: hold mt76 lock queueing wd in mt7615_queue_key_updateLorenzo Bianconi1-0/+3
2020-07-21mt76: mt7615: sdio code must access rate/key regs in preocess contextLorenzo Bianconi1-3/+3
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi1-3/+1
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi1-0/+19
2020-07-21mt76: mt7615: check MT76_STATE_PM flag before accessing the deviceLorenzo Bianconi1-2/+4
2020-07-21mt76: mt7615: run mt7615_pm_wake in mt7615_mac_sta_{add,remove}Lorenzo Bianconi1-1/+10
2020-07-21mt76: mt7615: wake device before pushing frames in mt7615_txLorenzo Bianconi1-6/+50
2020-07-21mt76: mt7615: wake device before pulling packets from mac80211 queuesLorenzo Bianconi1-1/+19
2020-07-21mt76: mt7615: run mt7615_mcu_set_roc holding mt76 mutexLorenzo Bianconi1-4/+12
2020-07-21mt76: mt7615: run mt7615_mcu_set_wmm holding mt76 mutexLorenzo Bianconi1-1/+7
2020-07-21mt76: mt7615: wake device before performing freq scanLorenzo Bianconi1-4/+30
2020-07-21mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi1-0/+3
2020-07-21mt76: mt7615: wake device before configuring hw keysLorenzo Bianconi1-3/+9
2020-07-21mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi1-40/+42
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi1-0/+2