summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7915: add support for applying pre-calibration dataRyder Lee2021-04-211-0/+1
* mt76: extend DT rate power limits to support 11ax devicesShayne Chen2021-04-211-0/+1
* mt76: add functions for parsing rate power limits from DTFelix Fietkau2021-04-211-0/+12
* mt76: testmode: add support to send larger packetShayne Chen2021-04-211-1/+2
* mt76: report Rx timestampRyder Lee2021-04-121-1/+2
* mt76: dma: export mt76_dma_rx_cleanup routineLorenzo Bianconi2021-04-121-1/+4
* mt76: dma: introduce mt76_dma_queue_reset routineLorenzo Bianconi2021-04-121-0/+3
* mt76: introduce mcu_reset function pointer in mt76_mcu_ops structureLorenzo Bianconi2021-04-121-0/+1
* mt76: use threaded NAPIFelix Fietkau2021-04-121-0/+1
* mt76: mt7615: fix key set/delete issuesFelix Fietkau2021-04-111-0/+1
* mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau2021-04-111-0/+1
* mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi2021-04-111-0/+7
* mt76: add support for 802.3 rx framesFelix Fietkau2021-04-111-1/+1
* mt76: introduce mt76_vif data structureLorenzo Bianconi2021-01-291-0/+8
* mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau2021-01-271-2/+2
* mt76: mt7915: bring up the WA event rx queue for band1Felix Fietkau2021-01-271-0/+1
* mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi2021-01-271-0/+1
* mt76: testmode: make tx queued limit adjustableShayne Chen2021-01-261-0/+1
* mt76: testmode: add attributes for ipg related parametersShayne Chen2021-01-261-0/+4
* mt76: testmode: add support to set user-defined spe indexShayne Chen2021-01-261-0/+1
* mt76: move chainmask in mt76_phyLorenzo Bianconi2021-01-261-0/+1
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-261-1/+3
* mt76: testmode: move mtd part to mt76_devShayne Chen2021-01-261-3/+4
* mt76: testmode: introduce dbdc supportShayne Chen2021-01-261-12/+31
* mt76: attempt to free up more room when filling the tx queueFelix Fietkau2020-12-041-0/+1
* mt76: improve tx queue stop/wakeFelix Fietkau2020-12-041-0/+1
* mt76: mt7915: introduce dbdc supportLorenzo Bianconi2020-12-041-0/+1
* mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-041-2/+3
* mt76: move band allocation in mt76_register_phyLorenzo Bianconi2020-12-041-1/+2
* mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-041-1/+1
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-3/+4
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-4/+4
* mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi2020-12-041-2/+37
* mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-041-2/+2
* mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi2020-12-041-1/+1
* mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi2020-12-041-0/+4
* mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen2020-12-041-0/+1
* mt76: testmode: add tx_rate_stbc parameterShayne Chen2020-12-041-0/+1
* mt76: mt76u: use dedicated thread for status workLorenzo Bianconi2020-12-041-0/+2
* mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi2020-12-041-1/+1
* mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi2020-12-041-0/+2
* mt76: sdio: get rid of sched.lockLorenzo Bianconi2020-12-041-1/+0
* mt76: implement functions to get the response skb for MCU callsFelix Fietkau2020-12-041-4/+17
* mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau2020-12-041-1/+2
* mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau2020-12-041-2/+4
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-041-0/+2
* mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau2020-12-041-1/+1
* mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau2020-12-041-2/+1