aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi1-9/+10
2019-03-07mt76: mt76x2: implement full device restart on watchdog resetFelix Fietkau1-8/+73
2019-02-26mt76: mt76x02: issue watchdog reset on MCU request timeoutFelix Fietkau1-9/+19
2019-02-26mt76: mt76x02: fix beacon timer drift adjustmentFelix Fietkau1-7/+7
2019-01-17mt76: add channel switch announcement supportFelix Fietkau1-2/+11
2019-01-11mt76: mmio: introduce mt76x02_check_tx_hang watchdogLorenzo Bianconi1-0/+124
2019-01-11mt76: throttle transmission of buffered multicast packetsFelix Fietkau1-2/+3
2018-11-30mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi1-2/+4
2018-11-30mt76: move tx beacon routines in mt76x02-lib moduleLorenzo Bianconi1-0/+125
2018-11-30mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau1-1/+0
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi1-1/+1
2018-10-05mt76: move irq handler in mt76x02-lib moudleLorenzo Bianconi1-0/+62
2018-10-05mt76: move tx_tasklet management in mt76x02-lib moudleLorenzo Bianconi1-1/+41
2018-10-05mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mmio.cLorenzo Bianconi1-35/+35
2018-10-05mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi1-4/+1
2018-10-01mt76: add mt76x02_mac_start routineLorenzo Bianconi1-0/+13
2018-10-01mt76: move queue initialization in mt76x02_mmio.cLorenzo Bianconi1-1/+86
2018-10-01mt76: move mt76x02_set_irq_mask in mt76x02_mmio.cLorenzo Bianconi1-0/+12
2018-10-01mt76: add mt76x02_dma_enable/mt76x02_dma_disable utility routinesLorenzo Bianconi1-0/+51