linux_dsm_epyc7002/drivers/net/wireless/mediatek/mt7601u
Jakub Kicinski 4513493d18 mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with
tx status reporting.  Since rx path is run in driver tasklet,
tx status cannot be reported directly from interrupt context
(there would be no way to lock it out).

Add tasklet for tx and move all possible code from irq handler
there.

Note: tx tasklet is needed because workqueue is queued very
      rarely and that kills TCP performance.

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2015-08-10 22:19:34 +03:00
..
core.c
debugfs.c
dma.c mt7601u: fix tx status reporting contexts 2015-08-10 22:19:34 +03:00
dma.h
eeprom.c mt7601u: don't warn about devices without per-rate power table 2015-06-15 12:49:35 +03:00
eeprom.h
init.c mt7601u: fix tx status reporting contexts 2015-08-10 22:19:34 +03:00
initvals_phy.h
initvals.h
Kconfig
mac.c mt7601u: fix tx status reporting contexts 2015-08-10 22:19:34 +03:00
mac.h
main.c mt7601u: set promiscous mode based on FIF_OTHER_BSS 2015-06-08 14:28:08 +03:00
Makefile
mcu.c
mcu.h
mt7601u.h mt7601u: fix tx status reporting contexts 2015-08-10 22:19:34 +03:00
phy.c
regs.h
trace.c
trace.h
tx.c
usb.c mt7601u: fix dma from stack address 2015-08-10 22:19:31 +03:00
usb.h mt7601u: fix dma from stack address 2015-08-10 22:19:31 +03:00
util.c
util.h