]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_htc: Remove useless cancel_work_sync
authorSujith <Sujith.Manoharan@atheros.com>
Tue, 1 Jun 2010 09:44:15 +0000 (15:14 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 3 Jun 2010 18:14:40 +0000 (14:14 -0400)
commite2a9acc1109f84a79ada656d94c6f818d9d289d6
tree75a9d99d0c4d568752132020e434a021fd5b7b58
parent713df7822fba275fbbe851f2600e897e3122928a
ath9k_htc: Remove useless cancel_work_sync

There is no need to cancel the PS work when disassociation
happens. The work handlers are cancelled in the stop()
callback.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_main.c