index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mediatek
/
mt76
/
mt76x02_mmio.c
Age
Commit message (
Expand
)
Author
2021-04-21
mt76: flush tx status queue on DMA reset
Felix Fietkau
2021-04-12
mt76: use threaded NAPI
Felix Fietkau
2021-01-27
mt76: move vif_mask back from mt76_phy to mt76_dev
Felix Fietkau
2020-12-04
mt76: move tx hw data queues in mt76_phy
Lorenzo Bianconi
2020-12-04
mt76: move mcu queues to mt76_dev q_mcu array
Lorenzo Bianconi
2020-12-04
mt76: introduce mt76_init_mcu_queue utility routine
Lorenzo Bianconi
2020-12-04
mt76: rely on mt76_queue in tx_queue_skb signature
Lorenzo Bianconi
2020-12-04
mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signature
Lorenzo Bianconi
2020-12-04
mt76: move mt76_init_tx_queue in common code
Lorenzo Bianconi
2020-12-04
wireless: mt76: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-24
mt76: convert from tx tasklet to tx worker thread
Felix Fietkau
2020-09-24
mt76: mt76x02: tune tx ring size
Felix Fietkau
2020-09-24
mt76: remove struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: remove swq from struct mt76_sw_queue
Felix Fietkau
2020-09-24
mt76: mt76x02: clean up and fix interrupt masking in the irq handler
Felix Fietkau
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
2020-07-21
mt76: vif_mask to struct mt76_phy
Felix Fietkau
2020-06-23
mt76: mt76x02: do not access uninitialized NAPI structs
Felix Fietkau
2020-05-28
mt76: only iterate over initialized rx queues
Felix Fietkau
2020-05-28
mt76: fix per-driver wcid range checks after wcid array size bump
Felix Fietkau
2020-05-12
mt76: mt76x02: fix handling MCU timeouts during hw restart
Felix Fietkau
2020-03-17
mt76: mt76x02: reset MCU timeout counter earlier in watchdog reset
Felix Fietkau
2020-02-14
mt76: Introduce mt76_mcu data structure
Lorenzo Bianconi
2020-02-14
mt76: avoid extra RCU synchronization on station removal
Felix Fietkau
2020-02-14
mt76: move dev_irq tracepoint in mt76 module
Lorenzo Bianconi
2020-02-14
mt76: mt76x02: split beaconing
Markus Theil
2020-02-14
mt76: move state from struct mt76_dev to mt76_phy
Felix Fietkau
2020-02-14
mt76: keep a set of software tx queues per phy
Felix Fietkau
2020-02-14
mt76: add support for an extra wiphy in the main tx path
Felix Fietkau
2019-11-20
mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_start
Lorenzo Bianconi
2019-09-05
mt76: switch to SPDX tag instead of verbose boilerplate text
Ryder Lee
2019-09-05
mt76: mt76x02: fix some checkpatch warnings
Ryder Lee
2019-06-25
mt76: move netif_napi_del in mt76_dma_cleanup
Lorenzo Bianconi
2019-06-25
mt76: move tx_napi in mt76_dev
Lorenzo Bianconi
2019-05-01
mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_complete
Lorenzo Bianconi
2019-05-01
mt76: move pre_tbtt_tasklet in mt76_dev
Lorenzo Bianconi
2019-05-01
mt76: move beacon_mask in mt76_dev
Lorenzo Bianconi
2019-05-01
mt76: mt76x02: mt76x02_poll_tx() can be static
kbuild test robot
2019-05-01
mt76: introduce mt76_mcu_restart macro
Lorenzo Bianconi
2019-05-01
mt76: mt76x02: remove irqsave/restore in locking for tx status fifo
Felix Fietkau
2019-05-01
mt76: mt76x02: use napi polling for tx cleanup
Felix Fietkau
2019-05-01
mt76: set txwi_size according to the driver value
Lorenzo Bianconi
2019-05-01
mt76: only schedule txqs from the tx tasklet
Felix Fietkau
2019-05-01
mt76: move tx tasklet to struct mt76_dev
Felix Fietkau
2019-05-01
mt76: use readl/writel instead of ioread32/iowrite32
Felix Fietkau
2019-05-01
mt76x02: make beacon slots bigger for USB
Stanislaw Gruszka
2019-05-01
mt76x02: generalize some mmio beaconing functions
Stanislaw Gruszka
2019-05-01
mt76x02: introduce beacon_ops
Stanislaw Gruszka
2019-05-01
mt76x02: introduce mt76x02_beacon.c
Stanislaw Gruszka
2019-05-01
mt76: dma: add static qualifier to mt76_dma_tx_queue_skb
Lorenzo Bianconi
[next]