aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: pass original queue id from __mt76_tx_queue_skb to the driverFelix Fietkau1-1/+2
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-2/+2
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-02-03mt76: mt76x02: improve tx hang detectionFelix Fietkau1-19/+11
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: move spin_lock_bh to spin_lock in taskletXingbang Liu1-2/+2
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau1-2/+4
2021-04-21mt76: dma: add the capability to define a custom rx napi poll routineLorenzo Bianconi1-1/+1
2021-04-21mt76: flush tx status queue on DMA resetFelix Fietkau1-0/+2
2021-04-12mt76: use threaded NAPIFelix Fietkau1-1/+1
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-1/+1
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-8/+7
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi1-23/+20
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi1-1/+1
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi1-5/+6
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi1-3/+3
2020-12-04mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi1-8/+2
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau1-14/+8
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau1-2/+2
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-10/+8
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau1-1/+0
2020-09-24mt76: mt76x02: clean up and fix interrupt masking in the irq handlerFelix Fietkau1-14/+11
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-2/+3
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau1-1/+1
2020-06-23mt76: mt76x02: do not access uninitialized NAPI structsFelix Fietkau1-2/+3
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau1-1/+2
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau1-1/+1
2020-05-12mt76: mt76x02: fix handling MCU timeouts during hw restartFelix Fietkau1-0/+16
2020-03-17mt76: mt76x02: reset MCU timeout counter earlier in watchdog resetFelix Fietkau1-4/+1
2020-02-14mt76: Introduce mt76_mcu data structureLorenzo Bianconi1-2/+2
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+2
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi1-2/+2
2020-02-14mt76: mt76x02: split beaconingMarkus Theil1-0/+7
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-4/+4
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau1-1/+1
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-2/+2
2019-11-20mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_startLorenzo Bianconi1-0/+1
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee1-5/+6
2019-06-25mt76: move netif_napi_del in mt76_dma_cleanupLorenzo Bianconi1-1/+0
2019-06-25mt76: move tx_napi in mt76_devLorenzo Bianconi1-9/+10
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi1-0/+3
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-6/+6
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi1-3/+3
2019-05-01mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot1-1/+1
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi1-1/+1
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau1-0/+1
2019-05-01mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau1-13/+36
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi1-1/+0