]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: rtw89: fix unable to receive probe responses under MLO connection
authorPo-Hao Huang <phhuang@realtek.com>
Wed, 14 Jan 2026 01:39:50 +0000 (09:39 +0800)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:28 +0000 (07:20 -0500)
commiteb9d89e444bdd7c7aa2bdb4440cbfb77db6eedab
tree9582450f2dc65e0f75b21a665cc1f593f1e49b2e
parent6f055e0a78d6e28cde8660142daa8798ead3d6a1
wifi: rtw89: fix unable to receive probe responses under MLO connection

[ Upstream commit 6f6d7a325fbde4f025ee1b1277f6f44727e21223 ]

During MLO connections, A1 of the probe responses we received are
in link address, these frames will then be dropped by mac80211 due to
not matching the MLD address in ieee80211_scan_accept_presp().
Fix this by using MLD address to scan when not using random MAC address.

Signed-off-by: Po-Hao Huang <phhuang@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260114013950.19704-13-pkshih@realtek.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/realtek/rtw89/fw.c