Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103431
b: refs/heads/master
c: 1e18863
h: refs/heads/master
i:
  103429: d7a5743
  103427: 27359ec
  103423: 088dc75
v: v3
  • Loading branch information
Emmanuel Grumbach authored and John W. Linville committed Jul 14, 2008
1 parent a3efeb8 commit c2365f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a05ffd395e1f1293d05a814ef697c12efa411ad8
refs/heads/master: 1e188637902eb4b62d325d3cc76b076724f3ec55
2 changes: 1 addition & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2365f8

Please sign in to comment.