summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/debug.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2014-02-20 21:44:23 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-24 21:38:36 +0100
commit434bb46c36c545b4a81c02c73e24560c303c3388 (patch)
treea25feb3eb5ebf4cdc00f5b6d06ab0587ac1f6aa1 /drivers/net/wireless/ath/ath9k/debug.c
parentiwlegacy: properly enable power saving (diff)
downloadlinux-434bb46c36c545b4a81c02c73e24560c303c3388.tar.xz
linux-434bb46c36c545b4a81c02c73e24560c303c3388.zip
wireless/rt2x00: don't use PREPARE_WORK in rt2800usb.c
PREPARE_[DELAYED_]WORK() are being phased out. They have few users and a nasty surprise in terms of reentrancy guarantee as workqueue considers work items to be different if they don't have the same work function. Update rt2800usb.c to use INIT_WORK() instead of PREPARE_WORK(). As the work item isn't in active use during rt2800usb_probe_hw(), this doesn't cause any behavior difference. It would probably be best to route this with other related updates through the workqueue tree. Only compile tested. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Ivo van Doorn <IvDoorn@gmail.com> Cc: Gertjan van Wingerde <gwingerde@gmail.com> Cc: Helmut Schaa <helmut.schaa@googlemail.com> Cc: linux-wireless@vger.kernel.org Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.c')
0 files changed, 0 insertions, 0 deletions