summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
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-13mt76: mt7615: always add rx header translation tlv when adding stationsFelix Fietkau1-1/+3
2021-04-13mt76: mt7615: add missing SPDX tag in mmio.cRyder Lee1-0/+3
2021-04-13mt76: 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
2021-04-12mt76: mt7615: fix CSA notification for DBDCRyder Lee2-6/+29
2021-04-12mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi3-23/+19
2021-04-12mt76: mt7615: remove hdr->fw_ver checkRyder Lee1-2/+1
2021-04-12mt76: mt7615: fix TSF configurationRyder Lee4-7/+28
2021-04-12mt76: mt7615: fix memory leak in mt7615_coredump_workLorenzo Bianconi1-2/+4
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee7-12/+103
2021-04-12mt76: mt7615: add rx checksum offload supportRyder Lee2-0/+5
2021-04-12mt76: mt7615: enable hw rx-amsdu de-aggregationRyder Lee4-3/+19
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2021-04-12mt76: connac: update sched_scan cmd usageSean Wang1-5/+0
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee1-3/+3
2021-04-11mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+3
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee1-24/+0
2021-04-11mt76: mt7615: support loading EEPROM for MT7613BESander Vanheule1-0/+1
2021-04-11mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau2-51/+64
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau1-1/+1
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo15-2568/+496
2021-01-29mt76: mt7663: introduce coredump supportLorenzo Bianconi7-1/+72
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi4-142/+28
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi3-24/+7
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi7-441/+19
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi5-356/+23
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi8-1420/+142