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 e01851f commit a963819Copy full SHA for a963819
drivers/net/wireless/marvell/mwifiex/util.c
@@ -477,7 +477,9 @@ mwifiex_process_mgmt_packet(struct mwifiex_private *priv,
477
"auth: receive authentication from %pM\n",
478
ieee_hdr->addr3);
479
} else {
480
- if (!priv->wdev.connected)
+ if (!priv->wdev.connected ||
481
+ !ether_addr_equal(ieee_hdr->addr3,
482
+ priv->curr_bss_params.bss_descriptor.mac_address))
483
return 0;
484
485
if (ieee80211_is_deauth(ieee_hdr->frame_control)) {
0 commit comments