mac80211: cancel the connection monitor timers/work
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 13 Jul 2009 11:23:39 +0000 (13:23 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 24 Jul 2009 19:05:13 +0000 (15:05 -0400)
commit0e2b6286805c419d28a4c1e19e3a121af7449b20
treedef761584adbf70629938db1590a112e9f7ba6d9
parentec96cfd8215af1cda016837efb266409164e3a30
mac80211: cancel the connection monitor timers/work

In "mac80211: monitor the connection" I forgot to
add code to cancel the new timers & work when the
interface is brought down, which isn't a problem
if you just bring it down, but _is_ a problem when
you destroy the interface. Correct this lapse.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/iface.c
net/mac80211/mlme.c