|
@@ -3036,6 +3036,9 @@ static int prepare_for_handlers(struct ieee80211_rx_data *rx,
|
|
* and location updates. Note that mac80211
|
|
* and location updates. Note that mac80211
|
|
* itself never looks at these frames.
|
|
* itself never looks at these frames.
|
|
*/
|
|
*/
|
|
|
|
+ if (!multicast &&
|
|
|
|
+ !ether_addr_equal(sdata->vif.addr, hdr->addr1))
|
|
|
|
+ return 0;
|
|
if (ieee80211_is_public_action(hdr, skb->len))
|
|
if (ieee80211_is_public_action(hdr, skb->len))
|
|
return 1;
|
|
return 1;
|
|
if (!ieee80211_is_beacon(hdr->frame_control))
|
|
if (!ieee80211_is_beacon(hdr->frame_control))
|