Message ID | 1266190435-2355-2-git-send-email-benoit.papillault@free.fr (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 9328395..5f343ed 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c @@ -372,10 +372,6 @@ static void ieee80211_rx_bss_info(struct ieee80211_sub_if_data *sdata, sdata->u.ibss.ssid_len)) goto put_bss; - /* same BSSID */ - if (memcmp(cbss->bssid, sdata->u.ibss.bssid, ETH_ALEN) == 0) - goto put_bss; - if (rx_status->flag & RX_FLAG_TSFT) { /* * For correct IBSS merging we need mactime; since mactime is