ath9k: always call ath_reset from workqueue context
authorFelix Fietkau <nbd@openwrt.org>
Fri, 2 Sep 2011 23:40:25 +0000 (01:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 Sep 2011 17:56:20 +0000 (13:56 -0400)
commit236de5149b9cbec3e76aef00a4663a8de7feeebe
tree3086a9d4b4bcd0e5a5ccfba94b02545e765f56bc
parente8cfe9f8c488f5b345ab557148c7af57af4fbe25
ath9k: always call ath_reset from workqueue context

This makes it much easier to add further rework to avoid race conditions
between reset and other work items.
Move other functions to make ath_reset static.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/beacon.c
drivers/net/wireless/ath/ath9k/init.c
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c