2ed844f6a5
SVN-Revision: 25378
12 lines
399 B
Diff
12 lines
399 B
Diff
--- a/net/mac80211/rx.c
|
|
+++ b/net/mac80211/rx.c
|
|
@@ -2609,7 +2609,8 @@ static int prepare_for_handlers(struct i
|
|
return 0;
|
|
if (!multicast &&
|
|
compare_ether_addr(sdata->vif.addr, hdr->addr1) != 0) {
|
|
- if (!(sdata->dev->flags & IFF_PROMISC))
|
|
+ if (!(sdata->dev->flags & IFF_PROMISC) ||
|
|
+ sdata->u.mgd.use_4addr)
|
|
return 0;
|
|
status->rx_flags &= ~IEEE80211_RX_RA_MATCH;
|
|
}
|