Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237017
b: refs/heads/master
c: 771bbd0
h: refs/heads/master
i:
  237015: 678ef9b
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Feb 3, 2011
1 parent e60222a commit 5a810a6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d057e5a381cbaec5632117bf62ba49438ab16214
refs/heads/master: 771bbd09f7febb854dd7c30f983aa57535f9e8c9
3 changes: 2 additions & 1 deletion trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2698,7 +2698,8 @@ static int prepare_for_handlers(struct ieee80211_rx_data *rx,
return 0;
} else if (!ieee80211_bssid_match(bssid,
sdata->vif.addr)) {
if (!(status->rx_flags & IEEE80211_RX_IN_SCAN))
if (!(status->rx_flags & IEEE80211_RX_IN_SCAN) &&
!ieee80211_is_beacon(hdr->frame_control))
return 0;
status->rx_flags &= ~IEEE80211_RX_RA_MATCH;
}
Expand Down

0 comments on commit 5a810a6

Please sign in to comment.