summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)Author
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi
2020-12-04mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen
2020-12-04mt76: testmode: add tx_rate_stbc parameterShayne Chen
2020-12-04mt76: mt76u: use dedicated thread for status workLorenzo Bianconi
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi
2020-12-04mt76: sdio: get rid of sched.lockLorenzo Bianconi
2020-12-04mt76: implement functions to get the response skb for MCU callsFelix Fietkau
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau
2020-12-04mt76: mt7915: add encap offload for 4-address mode stationsFelix Fietkau
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau
2020-09-24mt76: mt76s: get rid of unused variableLorenzo Bianconi
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi