All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] mac80211: restart beacon miss timer on system resume from suspend
@ 2010-11-19 21:55 Felix Fietkau
  2010-11-19 21:55 ` [PATCH 2/4] mac80211: calculate beacon loss time accurately Felix Fietkau
  0 siblings, 1 reply; 11+ messages in thread
From: Felix Fietkau @ 2010-11-19 21:55 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, johannes

Signed-off-by: Paul Stewart <pstew@google.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
 net/mac80211/mlme.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 36b7ea3..7e24c3e 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -2051,6 +2051,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
 
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-12-08 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-19 21:55 [PATCH 1/4] mac80211: restart beacon miss timer on system resume from suspend Felix Fietkau
2010-11-19 21:55 ` [PATCH 2/4] mac80211: calculate beacon loss time accurately Felix Fietkau
2010-11-19 21:55   ` [PATCH 3/4] mac80211: probe the AP when resuming Felix Fietkau
2010-11-19 21:55     ` [PATCH 4/4] mac80211: reduce the probe response timeout after beacon loss Felix Fietkau
2010-11-19 22:04       ` Ben Greear
2010-11-20  2:39       ` Felix Fietkau
2010-11-22  6:49         ` Mohammed Shafi
2010-11-22 14:41           ` Felix Fietkau
     [not found]             ` <AANLkTiktvydY2NQhMq8kQ39FQWpy0tnjC7yCgfPRkCoD@mail.gmail.com>
2010-11-22 15:09               ` [ath9k-devel] " Mohammed Shafi
2010-12-08 20:27             ` John W. Linville
2010-11-23 19:28     ` [PATCH v2 3/4] mac80211: probe the AP when resuming Felix Fietkau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.