summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-21mt76: improve mcu error loggingLorenzo Bianconi1-3/+2
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-1/+1
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi1-1/+1
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-22/+2
2020-12-04mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau1-37/+6
2020-12-04mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau1-10/+11
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-9/+15
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-14/+13
2020-05-12mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi1-1/+2
2020-03-17mt76: always init to 0 mcu messagesLorenzo Bianconi1-1/+0
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-5/+5
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-3/+3
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-3/+3
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee1-1/+1
2019-06-27mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (dif...Lorenzo Bianconi1-1/+1
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi1-10/+20
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi1-0/+3
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi1-10/+5
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi1-3/+4
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi1-9/+19
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi1-34/+27
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi1-22/+14
2019-05-01mt7603: remove mt7603_mcu_init routineLorenzo Bianconi1-9/+1
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau1-1/+1
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau1-0/+483