summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-04mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen1-0/+1
2020-12-04mt76: testmode: add tx_rate_stbc parameterShayne Chen1-0/+1
2020-12-04mt76: mt76u: use dedicated thread for status workLorenzo Bianconi1-0/+2
2020-12-04mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi1-1/+1
2020-12-04mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi1-0/+2
2020-12-04mt76: sdio: get rid of sched.lockLorenzo Bianconi1-1/+0
2020-12-04mt76: implement functions to get the response skb for MCU callsFelix Fietkau1-4/+17
2020-12-04mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau1-1/+2
2020-12-04mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau1-2/+4
2020-12-04mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau1-0/+2
2020-12-04mt76: rename __mt76_mcu_skb_send_msg to mt76_mcu_skb_send_msgFelix Fietkau1-1/+1
2020-12-04mt76: rename __mt76_mcu_send_msg to mt76_mcu_send_msgFelix Fietkau1-2/+1
2020-12-04mt76: mt7915: add encap offload for 4-address mode stationsFelix Fietkau1-0/+1
2020-12-04mt76: sdio: convert {status/net}_work to mt76_workerLorenzo Bianconi1-5/+3
2020-12-04mt76: mt7663s: convert txrx_work to mt76_workerLorenzo Bianconi1-1/+1
2020-12-04mt76: mt7663s: move tx/rx processing in the same txrx workqueueLorenzo Bianconi1-8/+3
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi1-0/+3
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi1-1/+1
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-5/+0
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau1-2/+0
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau1-0/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-2/+2
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau1-1/+0
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-6/+2
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau1-5/+6
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-1/+0
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau1-1/+1
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau1-0/+2
2020-09-24mt76: mt7663s: fix unable to handle kernel paging requestSean Wang1-0/+1
2020-09-24mt76: mt7915: add Tx A-MSDU offloading supportRyder Lee1-0/+2
2020-09-24mt76: move mt76_check_agg_ssn to driver tx_prepare callsFelix Fietkau1-0/+1
2020-09-24mt76: fix double DMA unmap of the first buffer on 7615/7915Felix Fietkau1-1/+3
2020-09-24mt76: mt76s: get rid of unused variableLorenzo Bianconi1-2/+0
2020-09-24mt76: mt76s: move tx/rx processing in 2 separate worksLorenzo Bianconi1-3/+8
2020-09-24mt76: mt76s: move status processing in txrx wqLorenzo Bianconi1-3/+3
2020-09-24mt76: mt7663s: move rx processing in txrx wqLorenzo Bianconi1-0/+1
2020-09-24mt76: mt76s: move tx processing in a dedicated wqLorenzo Bianconi1-1/+3
2020-07-21mt76: introduce mt76_sdio moduleSean Wang1-0/+30
2020-07-21mt76: mt76u: add mt76_skb_adjust_pad utility routineLorenzo Bianconi1-1/+1
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi1-0/+1
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi1-2/+2
2020-07-21mt76: add API for testmode supportFelix Fietkau1-0/+75
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau1-0/+2
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi1-0/+1
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-0/+4
2020-05-28mt76: fix wcid allocation issuesFelix Fietkau1-2/+2
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi1-1/+0
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-0/+1
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-1/+1