summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-07-21mt76: mt7663u: fix memory leak in set keySean Wang1-7/+14
2020-07-21mt76: mt7615: reschedule ps work according to last activityLorenzo Bianconi1-3/+11
2020-07-21mt76: mt7615: avoid scheduling runtime-pm during hw scanLorenzo Bianconi1-3/+12
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi4-16/+22
2020-07-21mt76: mt7615: improve mt7615_driver_own reliabilityLorenzo Bianconi2-10/+19
2020-07-21mt76: mt7615: add idle-timeout knob in mt7615 debugfsLorenzo Bianconi4-2/+29
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi4-37/+83
2020-07-21mt76: mt7615: add runtime-pm knob in mt7615 debugfsLorenzo Bianconi3-0/+42
2020-07-21mt76: mt7615: do not request {driver,fw}_own if already grantedLorenzo Bianconi3-10/+14
2020-07-21mt76: mt7615: check MT76_STATE_PM flag before accessing the deviceLorenzo Bianconi2-2/+8
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 Bianconi4-7/+81
2020-07-21mt76: mt7615: wake device before pulling packets from mac80211 queuesLorenzo Bianconi2-2/+24
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: add missing lock in mt7615_regd_notifierLorenzo Bianconi1-0/+2
2020-07-21mt76: mt7615: wake device before performing freq scanLorenzo Bianconi1-4/+30
2020-07-21mt76: mt7615: acquire driver_own before configuring device for suspendLorenzo Bianconi1-0/+4
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi3-5/+30
2020-07-21mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi4-1/+39
2020-07-21mt76: mt7615: wake device before configuring hw keysLorenzo Bianconi1-3/+9
2020-07-21mt76: mt7615: wake device before accessing regmap in debugfsLorenzo Bianconi1-1/+24
2020-07-21mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi5-52/+72
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi6-6/+75
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi8-34/+26
2020-07-21mt76: mt7615: avoid polling in fw_own for mt7663Lorenzo Bianconi1-2/+2
2020-07-21mt76: mt7915: avoid memcpy in rxv operationRyder Lee2-48/+37
2020-07-21mt76: mt76x2u: enable HC-M7662BU1Lorenzo Bianconi1-0/+1
2020-07-21mt76: mt76x2: fix pci suspend/resume on mt7612eLorenzo Bianconi3-0/+74
2020-07-21mt76: mt7915: update HE capabilitiesRyder Lee1-18/+26
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau10-9/+523
2020-07-21mt76: add API for testmode supportFelix Fietkau8-0/+765
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau10-19/+16
2020-07-21mt76: mt7615: use full on-chip memory address for WF_PHY registersFelix Fietkau3-5/+1
2020-07-21mt76: mt7615: add support for accessing RF registers via MCUFelix Fietkau4-3/+77
2020-07-21mt76: mt7615: add support for accessing mapped registers via bus opsFelix Fietkau2-0/+47
2020-07-21mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau2-4/+6
2020-07-21mt76: mt76x2e: rename routines in pci.cLorenzo Bianconi1-7/+7
2020-07-21mt76: mt7915: overwrite qid for non-bufferable mgmt framesRyder Lee3-18/+20
2020-07-21mt76: mt7915: use ieee80211_tx_queue_params to avoid open codedRyder Lee3-19/+10
2020-07-21mt76: mt7915: add MU-MIMO supportRyder Lee4-10/+87
2020-07-21mt76: mt7915: add a fixed AC queue mappingRyder Lee4-11/+29
2020-07-21mt76: mt7615: add .set_tsf callbackRyder Lee2-0/+22
2020-07-21mt76: add U-APSD support on AP sideLorenzo Bianconi3-3/+68
2020-07-21mt76: rely on register macrosLorenzo Bianconi2-4/+4
2020-07-21mt76: fix include in pci.hMarkus Theil1-0/+1
2020-07-21mt76: allow more channels, allowed in ETSI domainMarkus Theil1-0/+3
2020-07-21mt76: mt7615: fix up typo in Kconfig for MT7663USean Wang1-1/+1
2020-07-21mt76: mt7663: introduce ARP filter offloadSean Wang4-3/+91
2020-07-21mt76: usb: rely on mt76_for_each_q_rxLorenzo Bianconi2-32/+12