projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b81c23
)
mac80211: restart beacon miss timer on system resume from suspend
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 19 Nov 2010 21:55:37 +0000
(22:55 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 24 Nov 2010 21:19:34 +0000
(16:19 -0500)
Signed-off-by: Paul Stewart <pstew@google.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c
patch
|
blob
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index dfc4a316ac1ca2e1580e6255f210d32dab6b8819..84e24df234e253b5cf38bba41eb93871560af24d 100644
(file)
--- a/
net/mac80211/mlme.c
+++ b/
net/mac80211/mlme.c
@@
-2012,6
+2012,7
@@
void ieee80211_sta_restart(struct ieee80211_sub_if_data *sdata)
add_timer(&ifmgd->timer);
if (test_and_clear_bit(TMR_RUNNING_CHANSW, &ifmgd->timers_running))
add_timer(&ifmgd->chswitch_timer);
+ ieee80211_sta_reset_beacon_monitor(sdata);
}
#endif