summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mcu.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau1-46/+11
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau1-7/+8
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-10/+8
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau1-38/+38
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-92/+91
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller1-88/+102
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-24mt76: mt7622: fix fw hang on mt7622Lorenzo Bianconi1-14/+32
2020-09-24mt76: mt7615: fix VHT LDPC capabilityRyder Lee1-2/+2
2020-09-24mt76: mt7615: fix antenna selection for testmode tx_framesFelix Fietkau1-8/+0
2020-09-24mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi1-77/+81
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-08-27mt76: mt7615: use v1 MCU API on MT7615 to fix issues with adding/removing sta...Felix Fietkau1-1/+2
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-5/+5
2020-07-21mt76: mt7615: fix possible memory leak in mt7615_mcu_wtbl_sta_addLorenzo Bianconi1-1/+5
2020-07-21mt76: mt7615: introduce mt7663s supportSean Wang1-1/+41
2020-07-21mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang1-2/+5
2020-07-21mt76: mt7615: improve mt7615_driver_own reliabilityLorenzo Bianconi1-10/+17
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi1-37/+36
2020-07-21mt76: mt7615: do not request {driver,fw}_own if already grantedLorenzo Bianconi1-10/+11
2020-07-21mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi1-6/+19
2020-07-21mt76: mt7615: avoid polling in fw_own for mt7663Lorenzo Bianconi1-2/+2
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau1-1/+33
2020-07-21mt76: mt7615: add support for accessing RF registers via MCUFelix Fietkau1-2/+41
2020-07-21mt76: add U-APSD support on AP sideLorenzo Bianconi1-2/+44
2020-07-21mt76: mt7663: introduce ARP filter offloadSean Wang1-0/+74
2020-05-28mt76: mt7615: fix hw_scan with ssid_type for specified SSID onlySean Wang1-0/+1
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi1-7/+7
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-0/+51
2020-05-13mt76: mt7615: configure bss info adding the interfaceSean Wang1-35/+62
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-8/+53