summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi5-81/+77
2021-01-27mt76: mt7615: reduce VHT maximum MPDU lengthFelix Fietkau1-1/+0
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-3/+3
2021-01-27mt76: mt7615: unify init workFelix Fietkau6-29/+22
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi2-18/+38
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen2-1/+3
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi7-15/+13
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi5-24/+23
2021-01-26mt76: mt7615: move testmode data from dev to phyShayne Chen3-31/+30
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen3-53/+49
2021-01-26mt76: mt7615: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-26mt76: mt7615: reset token when mac_reset happensRyder Lee3-12/+22
2021-01-26mt76: mt7615: add vif check in mt7615_update_vif_beacon()Ryder Lee1-1/+10
2021-01-18mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi1-5/+4
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor1-1/+1
2020-12-04mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2-4/+7
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi1-3/+3
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi2-9/+9
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi5-9/+13
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi7-29/+27
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi3-3/+3
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-6/+6
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi3-6/+6
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi1-11/+12
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-33/+17
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi3-47/+28