Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180591
b: refs/heads/master
c: 0da780c
h: refs/heads/master
i:
  180589: 5631777
  180587: a97b442
  180583: f3ede2f
  180575: 340eded
v: v3
  • Loading branch information
Benoit Papillault authored and John W. Linville committed Feb 8, 2010
1 parent 3e9c4fe commit 3035165
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: 391ae22ae5726d2a8cebfa62879635c54a349642
refs/heads/master: 0da780c269957783d341fc3559e6b4c9912af7b4
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ static void ieee80211_rx_mgmt_probe_req(struct ieee80211_sub_if_data *sdata,
}
if (pos[1] != 0 &&
(pos[1] != ifibss->ssid_len ||
!memcmp(pos + 2, ifibss->ssid, ifibss->ssid_len))) {
memcmp(pos + 2, ifibss->ssid, ifibss->ssid_len))) {
/* Ignore ProbeReq for foreign SSID */
return;
}
Expand Down

0 comments on commit 3035165

Please sign in to comment.