Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150424
b: refs/heads/master
c: db67645
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed May 20, 2009
1 parent 984e484 commit 10a062e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c26c2e576dc05d90e8eadc0c6ca273ed7aa12535
refs/heads/master: db67645db623caa12976293caa95fcd33d8c11b4
4 changes: 2 additions & 2 deletions trunk/net/mac80211/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -535,9 +535,9 @@ static void ieee80211_sta_find_ibss(struct ieee80211_sub_if_data *sdata)
bssid = ifibss->bssid;
bss = (void *)cfg80211_get_bss(local->hw.wiphy, chan, bssid,
ifibss->ssid, ifibss->ssid_len,
capability,
WLAN_CAPABILITY_IBSS |
WLAN_CAPABILITY_PRIVACY);
WLAN_CAPABILITY_PRIVACY,
capability);

#ifdef CONFIG_MAC80211_IBSS_DEBUG
if (bss)
Expand Down

0 comments on commit 10a062e

Please sign in to comment.