summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mt76: mt7921: fix possible invalid register accessSean Wang2021-04-211-1/+3
| | * | | mt76: mt7921: enable deep sleep when the device suspendsSean Wang2021-04-211-0/+12
| | * | | mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utilitySean Wang2021-04-212-8/+24
| | * | | mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi2021-04-214-0/+36
| | * | | mt76: mt7921: introduce mt7921_dma_{enable,disable} utilitiesLorenzo Bianconi2021-04-211-73/+35
| | * | | mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi2021-04-213-28/+47
| | * | | mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi2021-04-213-68/+74
| | * | | mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King2021-04-211-1/+2
| | * | | mt76: mt7921: enable sw interruptsLorenzo Bianconi2021-04-214-7/+25
| | * | | mt76: mt7921: add awake and doze time accountingLorenzo Bianconi2021-04-214-7/+55
| | * | | mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi2021-04-211-4/+2
| | * | | mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi2021-04-216-9/+9
| | * | | mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi2021-04-212-4/+2
| | * | | mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi2021-04-211-1/+3
| | * | | mt76: connac: alaways wake the device before scanningLorenzo Bianconi2021-04-213-8/+8
| | * | | mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_workLorenzo Bianconi2021-04-211-5/+0
| | * | | mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi2021-04-212-10/+0
| | * | | mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi2021-04-213-2/+14
| | * | | mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi2021-04-213-2/+1
| | * | | mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-212-6/+34
| | * | | mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2021-04-213-8/+37
| | * | | mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-218-12/+14
| | * | | mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-215-18/+25
| | * | | mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2021-04-213-14/+13
| | * | | mt76: connac: introduce wake counter for fw_pmctrl synchronizationLorenzo Bianconi2021-04-211-0/+31
| | * | | mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi2021-04-212-6/+15
| | * | | mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrlLorenzo Bianconi2021-04-213-10/+26
| | * | | mt76: mt7921: remove leftover function declarationLorenzo Bianconi2021-04-211-2/+0
| | * | | mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi2021-04-218-104/+58
| | * | | mt76: mt7921: do not use 0 as NULL pointerLorenzo Bianconi2021-04-211-1/+1
| | * | | mt76: mt7915: directly read per-rate tx power from registersShayne Chen2021-04-212-22/+51
| | * | | mt76: mt7915: rework the flow of txpower settingShayne Chen2021-04-218-251/+99
| | * | | mt76: mt7915: add support for DT rate power limitsShayne Chen2021-04-211-6/+38
| | * | | mt76: mt7921: abort uncompleted scan by wifi resetSean Wang2021-04-211-0/+8
| | * | | mt76: mt7921: add wifisys reset support in debugfsSean Wang2021-04-211-8/+17
| | * | | mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutexLorenzo Bianconi2021-04-211-1/+4
| | * | | mt76: improve mcu error loggingLorenzo Bianconi2021-04-215-10/+8
| | * | | mt76: mt7921: move hw configuration in mt7921_register_deviceLorenzo Bianconi2021-04-212-13/+6
| | * | | mt76: mt7915: add support for applying pre-calibration dataRyder Lee2021-04-219-10/+199
| | * | | mt76: mt7615: load ROM patch before checking patch semaphore statusFelix Fietkau2021-04-211-14/+16
| | * | | mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau2021-04-211-2/+10
| | * | | mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau2021-04-215-11/+53
| | * | | mt76: mt7921: add dumping Tx power tableSean Wang2021-04-215-0/+151
| | * | | mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi2021-04-216-1/+170
| | * | | mt76: mt7615: do not use mt7615 single-sku values for mt7663Lorenzo Bianconi2021-04-211-0/+5
| | * | | mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau2021-04-212-2/+69
| | * | | mt76: extend DT rate power limits to support 11ax devicesShayne Chen2021-04-212-23/+40
| | * | | mt76: add functions for parsing rate power limits from DTFelix Fietkau2021-04-212-0/+216
| | * | | mt76: flush tx status queue on DMA resetFelix Fietkau2021-04-215-0/+10
| | * | | mt76: mt7921: add mt7921_dma_cleanup in mt7921_unregister_deviceLorenzo Bianconi2021-04-211-1/+2