From 10a062ecd2eb076cc45d0c9a774b4a4edc12df3d Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 20 May 2009 09:05:10 +0200 Subject: [PATCH] --- yaml --- r: 150424 b: refs/heads/master c: db67645db623caa12976293caa95fcd33d8c11b4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/mac80211/ibss.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a31f05d8a0b1..7d763cdfa586 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c26c2e576dc05d90e8eadc0c6ca273ed7aa12535 +refs/heads/master: db67645db623caa12976293caa95fcd33d8c11b4 diff --git a/trunk/net/mac80211/ibss.c b/trunk/net/mac80211/ibss.c index ebf7318b610f..0b30277eb366 100644 --- a/trunk/net/mac80211/ibss.c +++ b/trunk/net/mac80211/ibss.c @@ -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)