summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/mcu.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-1/+1
* mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi2020-12-041-22/+2
* mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau2020-12-041-37/+6
* mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau2020-12-041-10/+11
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-041-9/+15
* mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau2020-12-041-14/+13
* mt76: add headroom and tailroom to mt76_mcu_ops data structureLorenzo Bianconi2020-05-121-1/+2
* mt76: always init to 0 mcu messagesLorenzo Bianconi2020-03-171-1/+0
* mt76: Introduce mt76_mcu data structureLorenzo Bianconi2020-02-141-5/+5
* mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau2020-02-141-3/+3
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-3/+3
* mt76: mt7603: fix some checkpatch warningsRyder Lee2019-09-051-1/+1
* mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (dif...Lorenzo Bianconi2019-06-271-1/+1
* mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi2019-05-011-10/+20
* mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi2019-05-011-0/+3
* mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi2019-05-011-10/+5
* mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi2019-05-011-3/+4
* mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-011-9/+19
* mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi2019-05-011-34/+27
* mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi2019-05-011-22/+14
* mt7603: remove mt7603_mcu_init routineLorenzo Bianconi2019-05-011-9/+1
* mt76: mt7603: use the correct hweight8() functionFelix Fietkau2019-03-191-1/+1
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-261-0/+483