commit | 7cbf0ba5193d1f3bb3caaa06668e22bc86776e41 | [log] [tgz] |
---|---|---|
author | Vivek Natarajan <vivek.natraj@gmail.com> | Wed Dec 24 00:34:37 2008 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jan 29 15:58:49 2009 -0500 |
tree | 759a4160513042ba50f6361b7df9330f3c02aa05 | |
parent | a97b77b90decf27a86ac40ea53a741ffb5ead21a [diff] |
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>