summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2020-03-23mt76: mt7615: add missing declaration in mt7615.hLorenzo Bianconi1-0/+1
2020-03-23mt76: mt7615: fix endianness in unified commandLorenzo Bianconi1-1/+1
2020-03-23mt76: mt7615: fix mt7663e firmware struct endiannessLorenzo Bianconi1-7/+7
2020-03-17mt76: mt7615: introduce mt7663e supportLorenzo Bianconi10-25/+308
2020-03-17mt76: mt7615: get rid of sta_rec_wtbl data structureLorenzo Bianconi2-16/+8
2020-03-17mt76: mt7615: introduce set_ba uni commandLorenzo Bianconi1-0/+84
2020-03-17mt76: mt7615: add more uni mcu commandsSean Wang2-0/+212
2020-03-17mt76: mt7615: introduce set_bmc and st_sta for uni commandsLorenzo Bianconi2-5/+37
2020-03-17mt76: mt7615: introduce uni cmd command typesLorenzo Bianconi2-8/+79
2020-03-17mt76: mt7615: introduce mt7615_init_mac_chain routineLorenzo Bianconi1-56/+62
2020-03-17mt76: mt7615: introduce mt7615_eeprom_parse_hw_band_cap routineLorenzo Bianconi1-6/+24
2020-03-17mt76: mt7615: add mt7663e support to mt7615_mcu_set_eepromLorenzo Bianconi2-5/+18
2020-03-17mt76: mt7615: add mt7663e support to mt7615_{driver,firmware}_ownLorenzo Bianconi1-4/+9
2020-03-17mt76: mt7615: add mt7663e support to mt7615_reg_mapLorenzo Bianconi3-3/+17
2020-03-17mt76: mt7615: introduce mt7615_register_mapLorenzo Bianconi6-32/+91
2020-03-17mt76: mt7615: introduce MCU_FW_PREFIX for fw mcu commandsLorenzo Bianconi2-18/+22
2020-03-17mt76: mt7615: move more mcu commands in mt7615_mcu_ops data structureLorenzo Bianconi4-173/+191
2020-03-17mt76: mt7615: rework mt7615_mcu_set_bss_info using skb APIsLorenzo Bianconi2-151/+125
2020-03-17mt76: mt7615: rely on skb API for mt7615_mcu_set_eepromLorenzo Bianconi1-13/+11
2020-03-17mt76: mt7615: move mt7615_mcu_set_sta in mt7615_mcu_opsLorenzo Bianconi4-261/+168
2020-03-17mt76: mt7615: move mt7615_mcu_set_bmc to mt7615_mcu_opsLorenzo Bianconi3-80/+116
2020-03-17mt76: mt7615: add mt7615_mcu_ops data structureLorenzo Bianconi4-153/+296
2020-03-17mt76: mt7615: introduce mt7615_mcu_send_message routineLorenzo Bianconi1-7/+16
2020-03-17mt76: always init to 0 mcu messagesLorenzo Bianconi1-1/+0
2020-03-17mt76: mt7615: introduce mt7615_init_device routineLorenzo Bianconi2-11/+17
2020-03-17mt76: mt7615: cleanup fw queue just for mmio devicesLorenzo Bianconi1-1/+3
2020-03-17mt76: mt7615: introduce mt7615_mcu_wait_responseLorenzo Bianconi1-14/+24
2020-03-17mt76: mt7615: introduce mt7615_mcu_fill_msgLorenzo Bianconi2-8/+14
2020-03-17mt76: mt7615: remove a stray if statementDan Carpenter1-1/+0
2020-03-17mt76: mt7615: fix monitor injection of beacon framesFelix Fietkau3-5/+5
2020-03-17mt76: mt7615: fix antenna mask initialization in DBDC modeFelix Fietkau2-1/+11
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi2-6/+6
2020-02-14mt76: mt7615: remove rx_mask in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-6/+1
2020-02-14mt76: mt7615: rely on mt76_queues_read for mt7622Lorenzo Bianconi1-2/+6
2020-02-14mt76: mt7615: rework rx phy index handlingFelix Fietkau4-50/+75
2020-02-14mt76: fix rounding issues on converting per-chain and combined txpowerFelix Fietkau2-18/+6
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: fix monitor mode on second PHYFelix Fietkau2-4/+10
2020-02-14mt76: mt7615: fix adding active monitor interfacesFelix Fietkau1-0/+1
2020-02-14mt76: mt7615: switch mt7615_mcu_set_rx_ba to v2 formatRyder Lee1-28/+34
2020-02-14mt76: mt7615: switch mt7615_mcu_set_tx_ba to v2 formatRyder Lee1-27/+33
2020-02-14mt76: mt7615: use new tag sta_rec_wtblRyder Lee2-3/+27
2020-02-14mt76: mt7615: add starec operating flow for firmware v2Ryder Lee2-6/+19
2020-02-14mt76: mt7615: add a helper to encapsulate sta_rec operationRyder Lee1-57/+65
2020-02-14mt76: mt7615: simplify mcu_set_sta flowRyder Lee3-191/+153
2020-02-14mt76: mt7615: simplify mcu_set_bmc flowRyder Lee3-61/+45
2020-02-14mt76: mt7615: add support for testing hardware resetFelix Fietkau1-0/+24
2020-02-14mt76: mt7615: implement hardware reset supportFelix Fietkau6-1/+168
2020-02-14mt76: mt7615: report firmware log event messagesFelix Fietkau4-0/+70
2020-02-14mt76: mt7615: fix and rework tx power handlingFelix Fietkau4-75/+105