From: Luis R. Rodriguez Date: Mon, 27 Jul 2009 18:53:04 +0000 (-0700) Subject: ath9k: move workqueue cancels to stop callback X-Git-Tag: v2.6.32-rc1~703^2~459^2~94 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c94dbff7996b861fb0ff730bdf6eac4e2b288402;p=pandora-kernel.git ath9k: move workqueue cancels to stop callback We should be cancelling our work at the stop callback since we are borrowing the mac80211 workqueue for our work. As it stands mac80211 expects this for suspend purposes. The ath9k specific virtual wiphy stuff need only be cancelled only when the we have no secondary virtual wiphys. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed