]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb90c3fe7d401c75cae6025188e35bcca1a4a310e
tree3086a9d4b4bcd0e5a5ccfba94b02545e765f56bc
parentc7348bf34e8804943a94387f292aa50a14c24b46
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