diff --git a/[refs] b/[refs] index 5e6a87086f92..a1e98cb82f0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a05ffd395e1f1293d05a814ef697c12efa411ad8 +refs/heads/master: 1e188637902eb4b62d325d3cc76b076724f3ec55 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index a4bbc8d6d0e6..8f51375317dd 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -4360,7 +4360,7 @@ struct sta_info *ieee80211_ibss_add_sta(struct net_device *dev, return NULL; } - if (!ieee80211_bssid_match(bssid, sdata->u.sta.bssid)) + if (compare_ether_addr(bssid, sdata->u.sta.bssid)) return NULL; #ifdef CONFIG_MAC80211_VERBOSE_DEBUG