]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Cancel the power save timer in ieee80211_stop.
authorVivek Natarajan <vivek.natraj@gmail.com>
Wed, 24 Dec 2008 08:34:37 +0000 (00:34 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 20:58:49 +0000 (15:58 -0500)
commit2c76a950a25ea7569c8ad9a1d36a6e28c452d8de
tree759a4160513042ba50f6361b7df9330f3c02aa05
parent505e22c0418aada224af31e3f0e52736567c3955
mac80211: Cancel the power save timer in ieee80211_stop.

Since the station info is flushed before calling set_disassoc
in ieee80211_stop, the power save timer is never cancelled
when the driver is unloaded. Hence the timer cancellation has
to be done in ieee80211_stop itself.

Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c