diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index bf2c3f281dcd3c7fea98e7f2c36f00bb0b009ccc..60d093f40f1d16de32b1bb962b25ddb12f9a1b72 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -3384,6 +3384,7 @@ static bool ieee80211_accept_frame(struct ieee80211_rx_data *rx) return false; /* ignore action frames to TDLS-peers */ if (ieee80211_is_action(hdr->frame_control) && + !is_broadcast_ether_addr(bssid) && !ether_addr_equal(bssid, hdr->addr1)) return false; }