]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: Set link ID for NULL packets sent to probe stations
authorSuraj P Kizhakkethil <suraj.kizhakkethil@oss.qualcomm.com>
Fri, 13 Feb 2026 10:01:26 +0000 (15:31 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Mar 2026 08:13:39 +0000 (09:13 +0100)
commitf3f52e6f20ac875ebbef6bd3a235a06d9c4d3fa0
treeb86bb4f046cb5d055bd7c30787a5fe4dd0ebbdbb
parent73e7df69edb6f1271ea0fa876794761e6c73e76a
wifi: mac80211: Set link ID for NULL packets sent to probe stations

Currently, for AP MLD, the link ID is not provided when a NULL
packet is triggered to probe a station. For non-MLO stations connected
to an AP MLD, use the station's default link to send the NULL packets
and set addr2 and addr3 to the link address. For MLO stations, set the
link ID to unspecified to let the driver select the appropriate link.

Co-developed-by: Sriram R <quic_srirrama@quicinc.com>
Signed-off-by: Sriram R <quic_srirrama@quicinc.com>
Co-developed-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
Signed-off-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
Signed-off-by: Suraj P Kizhakkethil <suraj.kizhakkethil@oss.qualcomm.com>
Link: https://patch.msgid.link/20260213100126.1414398-3-suraj.kizhakkethil@oss.qualcomm.com
[init link_id in each branch instead of default to zero]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c