|
@@ -3384,6 +3384,7 @@ static bool ieee80211_accept_frame(struct ieee80211_rx_data *rx)
|
|
return false;
|
|
return false;
|
|
/* ignore action frames to TDLS-peers */
|
|
/* ignore action frames to TDLS-peers */
|
|
if (ieee80211_is_action(hdr->frame_control) &&
|
|
if (ieee80211_is_action(hdr->frame_control) &&
|
|
|
|
+ !is_broadcast_ether_addr(bssid) &&
|
|
!ether_addr_equal(bssid, hdr->addr1))
|
|
!ether_addr_equal(bssid, hdr->addr1))
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|