summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/dma.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2022-12-011-1/+1
* mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau2022-05-131-4/+4
* mt76: switch to netif_napi_add_tx()Jakub Kicinski2022-05-061-2/+2
* mt76: use le32/16_get_bits() whenever possibleRyder Lee2022-03-161-1/+1
* mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi2021-04-211-1/+1
* mt76: use threaded NAPIFelix Fietkau2021-04-121-1/+1
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-2/+2
* mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-041-27/+24
* mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi2020-12-041-1/+1
* mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-041-2/+2
* mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi2020-12-041-8/+2
* mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-09-241-1/+1
* mt76: convert from tx tasklet to tx worker threadFelix Fietkau2020-09-241-2/+1
* mt76: mt7603: tune tx ring sizeFelix Fietkau2020-09-241-2/+2
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-9/+7
* mt76: remove swq from struct mt76_sw_queueFelix Fietkau2020-09-241-1/+0
* mt76: mt7603: increase dma mcu rx ring sizeFelix Fietkau2020-02-141-1/+1
* mt76: mt7603: fix input validation issues for powersave-filtered framesFelix Fietkau2020-02-141-4/+15
* mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-0/+2
* mt76: mt7603: remove unnecessary mcu queue initializationLorenzo Bianconi2019-09-051-3/+0
* mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi2019-09-051-11/+0
* mt76: mt7603: fix some checkpatch warningsRyder Lee2019-09-051-3/+4
* mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi2019-06-251-1/+0
* mt76: mt7603: use napi polling for tx cleanupLorenzo Bianconi2019-06-251-3/+27
* mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-011-0/+2
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-011-2/+2
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-011-3/+10
* mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi2019-05-011-16/+10
* mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau2019-03-071-2/+11
* mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau2019-03-071-0/+4
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-261-0/+215