We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe94bac commit a6555f8Copy full SHA for a6555f8
net/mac80211/rx.c
@@ -4131,7 +4131,8 @@ static bool ieee80211_accept_frame(struct ieee80211_rx_data *rx)
4131
if (!bssid)
4132
return false;
4133
if (ether_addr_equal(sdata->vif.addr, hdr->addr2) ||
4134
- ether_addr_equal(sdata->u.ibss.bssid, hdr->addr2))
+ ether_addr_equal(sdata->u.ibss.bssid, hdr->addr2) ||
4135
+ !is_valid_ether_addr(hdr->addr2))
4136
4137
if (ieee80211_is_beacon(hdr->frame_control))
4138
return true;
0 commit comments