Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327625
b: refs/heads/master
c: 7eeff74
h: refs/heads/master
i:
  327623: 7a8ec77
v: v3
  • Loading branch information
Johannes Berg committed Jul 31, 2012
1 parent 43cd27c commit 61d4227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d545daba5357c1ca377a4fe917ccf4de3a3031e0
refs/heads/master: 7eeff74c29259e9cb7765e3845c0b74057f744da
3 changes: 3 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ void ieee80211_sta_reset_beacon_monitor(struct ieee80211_sub_if_data *sdata)
if (sdata->vif.driver_flags & IEEE80211_VIF_BEACON_FILTER)
return;

if (sdata->local->hw.flags & IEEE80211_HW_CONNECTION_MONITOR)
return;

mod_timer(&sdata->u.mgd.bcn_mon_timer,
round_jiffies_up(jiffies + sdata->u.mgd.beacon_timeout));
}
Expand Down

0 comments on commit 61d4227

Please sign in to comment.