summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2021-05-30mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi3-11/+12
2021-05-15mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi1-2/+3
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi1-2/+0
2021-04-21mt76: mt7615: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi3-6/+52
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi4-13/+5
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi4-19/+16
2021-04-21mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King1-1/+2
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi2-2/+2
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi1-2/+1
2021-04-21mt76: mt7615: rely on pm refcounting in mt7615_led_set_configLorenzo Bianconi1-1/+3
2021-04-21mt76: connac: alaways wake the device before scanningLorenzo Bianconi1-0/+4
2021-04-21mt76: connac: remove MT76_STATE_PM in mac_tx_freeLorenzo Bianconi1-4/+0
2021-04-21mt76: connac: check wake refcount in mcu_fw_pmctrlLorenzo Bianconi1-1/+1
2021-04-21mt76: connac: unschedule ps_work in mt76_connac_pm_wakeLorenzo Bianconi1-1/+0
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napiLorenzo Bianconi2-6/+34
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi3-15/+15
2021-04-21mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi2-6/+15
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi3-52/+7
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-2/+2
2021-04-21mt76: mt7615: load ROM patch before checking patch semaphore statusFelix Fietkau1-14/+16
2021-04-21mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau1-2/+10
2021-04-21mt76: mt7615: fix hardware error recovery for mt7663Felix Fietkau5-11/+53
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi2-1/+8
2021-04-21mt76: mt7615: do not use mt7615 single-sku values for mt7663Lorenzo Bianconi1-0/+5
2021-04-21mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau2-2/+69
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-21mt76: mt7615: use ieee80211_free_txskb() in mt7615_tx_token_put()Ryder Lee1-2/+6
2021-04-21mt76: mt7615: only free skbs after mt7615_dma_reset() when reset happensRyder Lee1-3/+3
2021-04-21mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee1-2/+1
2021-04-12mt76: mt7615: always add rx header translation tlv when adding stationsFelix Fietkau1-1/+3
2021-04-12mt76: mt7615: add missing SPDX tag in mmio.cRyder Lee1-0/+3
2021-04-12mt76: report Rx timestampRyder Lee3-16/+21
2021-04-12mt76: mt7615: fix .add_beacon_offload()Ryder Lee1-2/+10
2021-04-12mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()Guobin Huang1-3/+1
2021-04-12mt76: mt7615: limit firmware log message printk to buffer lengthFelix Fietkau1-1/+2
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau7-181/+187
2021-04-12mt76: mt7615: keep mcu_add_bss_info enabled till interface removalRyder Lee1-6/+7
2021-04-12mt76: mt7622: trigger hif interrupt for system resetRyder Lee3-4/+15
2021-04-12mt76: mt7615: cleanup mcu tx queue in mt7615_dma_reset()Ryder Lee1-3/+5
2021-04-12mt76: mt7615: only enable DFS test knobs for mt7615Ryder Lee1-12/+17
2021-04-12mt76: connac: introduce mt76_sta_cmd_info data structureLorenzo Bianconi1-4/+9
2021-04-12mt76: mt7615: add missing capabilities for DBDCRyder Lee1-4/+5
2021-04-12mt76: mt7663s: fix the possible device hang in high trafficSean Wang1-0/+2
2021-04-12mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
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: stop ext_phy queue when mac reset happensRyder Lee1-0/+3