linux_dsm_epyc7002/drivers/net/wireless/mediatek/mt7601u
Anthony Romano 05db221e30 mt7601u: wait for clear rxq when stopping mac
mt7601u_mac_stop_hw should stop polling the rxq once it remains empty
but instead continues polling after the rxq status stays clear; bringing
down the interface takes about six seconds from this alone.

Speed up path by exiting rxq loop once status repeatedly polls empty.

Signed-off-by: Anthony Romano <anthony.romano@coreos.com>
Reviewed-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-11-29 17:32:32 +02:00
..
core.c
debugfs.c
dma.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
dma.h mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
eeprom.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
eeprom.h
init.c mt7601u: wait for clear rxq when stopping mac 2016-11-29 17:32:32 +02:00
initvals_phy.h
initvals.h
Kconfig
mac.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
mac.h
main.c mt7601u: remove unnecessary include 2016-09-09 12:09:25 +03:00
Makefile
mcu.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
mcu.h
mt7601u.h mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
phy.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
regs.h mt7601u: wait for clear rxq when stopping mac 2016-11-29 17:32:32 +02:00
trace.c
trace.h
tx.c mt7601u: use linux/bitfield.h 2016-09-09 12:09:25 +03:00
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