Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171411
b: refs/heads/master
c: 450aae3
h: refs/heads/master
i:
  171409: 3ab76cd
  171407: 15230e0
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Nov 4, 2009
1 parent d7aed56 commit c56e60f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: b35686d0b2d754d627aeb0c4340884aeaed8e4f3
refs/heads/master: 450aae3d7b60a970f266349a837dfb30a539198b
4 changes: 4 additions & 0 deletions trunk/net/mac80211/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@ static void ieee80211_sta_merge_ibss(struct ieee80211_sub_if_data *sdata)

ieee80211_sta_expire(sdata, IEEE80211_IBSS_INACTIVITY_LIMIT);

if (time_before(jiffies, ifibss->last_scan_completed +
IEEE80211_IBSS_MERGE_INTERVAL))
return;

if (ieee80211_sta_active_ibss(sdata))
return;

Expand Down

0 comments on commit c56e60f

Please sign in to comment.