]> git.openfabrics.org - ~shefty/rdma-dev.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)
commit3901737e25a85052e9650547f95aede62abc999b
tree75a9d99d0c4d568752132020e434a021fd5b7b58
parent4a34a8c19cc84d9ff99d542f7b1524cbd1bb705a
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