linux_dsm_epyc7002/drivers/net/wireless/ath/ath9k
Luis R. Rodriguez e48e3a2f17 ath9k: cancel xmit poll work at stop() callback
We forgot to cancel this work at the stop() callback.

------------[ cut here ]------------
WARNING: at net/mac80211/util.c:511 ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]()
Hardware name: 6460DWU
queueing ieee80211 work while going to suspend
Modules linked in: <-- snip -->
Pid: 5124, comm: phy0 Tainted: G        W  2.6.31-rc3-wl #4
Call Trace:
 [<ffffffffa03adcda>] ? ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]
 [<ffffffff810552b8>] warn_slowpath_common+0x78/0xd0
 [<ffffffff81055394>] warn_slowpath_fmt+0x64/0x70
 [<ffffffff814ed2c9>] ? thread_return+0x3e/0x635
 [<ffffffffa03adcda>] ieee80211_queue_delayed_work+0x3a/0x40 [mac80211]
 [<ffffffffa0297690>] ath_tx_complete_poll_work+0xc0/0x100 [ath9k]
 [<ffffffffa02975d0>] ? ath_tx_complete_poll_work+0x0/0x100 [ath9k]
 [<ffffffff81069b68>] worker_thread+0x178/0x260
 [<ffffffff8106ecc0>] ? autoremove_wake_function+0x0/0x40
 [<ffffffff810699f0>] ? worker_thread+0x0/0x260
 [<ffffffff8106e89e>] kthread+0x9e/0xb0
 [<ffffffff8101302a>] child_rip+0xa/0x20
 [<ffffffff8106e800>] ? kthread+0x0/0xb0
 [<ffffffff81013020>] ? child_rip+0x0/0x20

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-08-04 16:44:34 -04:00
..
ahb.c ath9k: distinguish between device initialization and ath_softc init 2009-08-04 16:44:30 -04:00
ani.c ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() 2009-08-04 16:44:32 -04:00
ani.h ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() 2009-08-04 16:44:32 -04:00
ath9k.h ath9k: distinguish between device initialization and ath_softc init 2009-08-04 16:44:30 -04:00
beacon.c ath9k: Make sure we configure a non-zero beacon interval 2009-07-10 14:57:41 -04:00
calib.c ath9k: add initial hardware support for ar9271 2009-08-04 16:44:34 -04:00
calib.h ath9k: Manipulate and report the correct RSSI 2009-07-24 15:05:17 -04:00
debug.c ath9k: Add debug counters for TX 2009-07-29 15:46:09 -04:00
debug.h ath9k: Add debug counters for TX 2009-07-29 15:46:09 -04:00
eeprom.c ath9k: add initial hardware support for ar9271 2009-08-04 16:44:34 -04:00
eeprom.h ath9k: Remove _t postfix for ar9287_eeprom structure 2009-08-04 16:44:33 -04:00
hw.c ath9k: add initial hardware support for ar9271 2009-08-04 16:44:34 -04:00
hw.h ath9k: add initial hardware support for ar9271 2009-08-04 16:44:34 -04:00
initvals.h ath9k: add initvals and registry definitions for AR9271 2009-08-04 16:44:34 -04:00
Kconfig ath: simplify kconfig dependency and add documentation 2009-08-04 16:43:21 -04:00
mac.c ath9k: RX stucks during heavy traffic in HT40 mode. 2009-07-24 15:05:17 -04:00
mac.h atheros: put atheros wireless drivers into ath/ 2009-04-22 16:54:38 -04:00
main.c ath9k: cancel xmit poll work at stop() callback 2009-08-04 16:44:34 -04:00
Makefile atheros: put atheros wireless drivers into ath/ 2009-04-22 16:54:38 -04:00
pci.c ath9k: distinguish between device initialization and ath_softc init 2009-08-04 16:44:30 -04:00
phy.c ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free() 2009-08-04 16:44:31 -04:00
phy.h ath9k: add initvals and registry definitions for AR9271 2009-08-04 16:44:34 -04:00
rc.c ath9k: Maintain monotonicity of PER while going across different phy 2009-08-04 16:43:24 -04:00
rc.h ath9k: Nuke struct ath_tx_ratectrl_state 2009-07-24 15:05:17 -04:00
recv.c ath9k: Manipulate and report the correct RSSI 2009-07-24 15:05:17 -04:00
reg.h ath9k: add initvals and registry definitions for AR9271 2009-08-04 16:44:34 -04:00
virtual.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00
xmit.c mac80211: redefine usage of the mac80211 workqueue 2009-08-04 16:44:14 -04:00