From: Vivek Natarajan Date: Wed, 24 Dec 2008 08:34:37 +0000 (-0800) Subject: mac80211: Cancel the power save timer in ieee80211_stop. X-Git-Tag: v2.6.30-rc1~662^2~836^2~290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbf0ba5193d1f3bb3caaa06668e22bc86776e41;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed