Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134381
b: refs/heads/master
c: c0415b5
h: refs/heads/master
i:
  134379: c62247b
v: v3
  • Loading branch information
Alina Friedrichsen authored and John W. Linville committed Feb 9, 2009
1 parent b9f90a7 commit b70e907
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 547c3763765654f9a796e628692d9e7d5c1039af
refs/heads/master: c0415b547d37e8065ad4adf289d11db2f3b16dfd
5 changes: 2 additions & 3 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2722,9 +2722,8 @@ void ieee80211_mlme_notify_scan_completed(struct ieee80211_local *local)

if (sdata && sdata->vif.type == NL80211_IFTYPE_ADHOC) {
ifsta = &sdata->u.sta;
if (!(ifsta->flags & IEEE80211_STA_BSSID_SET) ||
(!(ifsta->state == IEEE80211_STA_MLME_IBSS_JOINED) &&
!ieee80211_sta_active_ibss(sdata)))
if ((!(ifsta->flags & IEEE80211_STA_PREV_BSSID_SET)) ||
!ieee80211_sta_active_ibss(sdata))
ieee80211_sta_find_ibss(sdata, ifsta);
}

Expand Down

0 comments on commit b70e907

Please sign in to comment.