summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau1-0/+3
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau1-7/+8
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau1-1/+1
2019-05-01mt76x02: make beacon slots bigger for USBStanislaw Gruszka1-0/+2
2019-05-01mt76x02: generalize some mmio beaconing functionsStanislaw Gruszka1-89/+2
2019-05-01mt76x02: introduce beacon_opsStanislaw Gruszka1-0/+24
2019-05-01mt76x02: introduce mt76x02_beacon.cStanislaw Gruszka1-0/+12
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi1-2/+2
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-6/+13
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-2/+2
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi1-16/+10