summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mt76: mt7615: fix monitor mode tear down crashRyder Lee1-5/+13
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-3/+5
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi1-3/+5
2021-06-19mt76: mt7615: update radar parametersRyder Lee1-0/+4
2021-06-19mt76: mt7615: fix potential overflow on large shiftRyder Lee1-0/+3
2021-06-19mt76: mt7615: add thermal sensor device supportRyder Lee1-4/+2
2021-06-19mt76: mt7663: enable hw rx header translationLorenzo Bianconi1-19/+47
2021-06-19mt76: connac: add missing configuration in mt76_connac_mcu_wtbl_hdr_trans_tlvLorenzo Bianconi1-4/+4
2021-04-21mt76: mt7615: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi1-5/+19
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: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi1-6/+14
2021-04-21mt76: connac: move mcu_update_arp_filter in mt76_connac moduleLorenzo Bianconi1-47/+0
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: do not use mt7615 single-sku values for mt7663Lorenzo Bianconi1-0/+5
2021-04-21mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau1-1/+60
2021-04-13mt76: mt7615: always add rx header translation tlv when adding stationsFelix Fietkau1-1/+3
2021-04-12mt76: mt7615: fix .add_beacon_offload()Ryder Lee1-2/+10
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 Fietkau1-0/+1
2021-04-12mt76: mt7622: trigger hif interrupt for system resetRyder Lee1-1/+1
2021-04-12mt76: connac: introduce mt76_sta_cmd_info data structureLorenzo Bianconi1-4/+9
2021-04-12mt76: mt7615: fix CSA notification for DBDCRyder Lee1-5/+20
2021-04-12mt76: mt7615: remove hdr->fw_ver checkRyder Lee1-2/+1
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-0/+39
2021-04-11mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+3
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo1-1458/+145
2021-01-29mt76: mt7663: introduce coredump supportLorenzo Bianconi1-0/+5
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi1-307/+3
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi1-210/+3
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-936/+112
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi1-54/+55
2021-01-27mt76: mt7615: unify init workFelix Fietkau1-2/+0
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi1-14/+32
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-2/+2
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen1-1/+1
2021-01-26mt76: mt7615: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor1-1/+1
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-4/+4
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi1-1/+1
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-1/+1
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee1-3/+46
2020-12-04mt76: mt7663s: introduce WoW support via GPIOSean Wang1-2/+12
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-26/+6
2020-12-04mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi1-5/+2
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau1-14/+0