Message ID | 9fe7c0f2-e02f-e87f-dced-90e973c8992f@quicinc.com |
---|---|
State | New |
Headers | show |
Series | wifi: mac80211: Re: unicast probe response bssid changed by "wifi: mac80211: do link->MLD address translation on RX" | expand |
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index a57811372027..eaff5353520a 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c @@ -4858,7 +4858,8 @@ static bool ieee80211_prepare_and_rx_handle(struct ieee80211_rx_data *rx, shwt->hwtstamp = skb_hwtstamps(skb)->hwtstamp; } - if (unlikely(link_sta)) { + if (unlikely(link_sta) && + !(ieee80211_is_probe_resp(hdr->frame_control))) { /* translate to MLD addresses */ if (ether_addr_equal(link->conf->addr, hdr->addr1))