FROMGIT: wifi: cfg80211: Improve the documentation for NL80211_CMD_ASSOC_MLO_RECONF

The existing documentation for the NL80211_CMD_ASSOC_MLO_RECONF
does not clearly explain handling of link reconfiguration request
results from the driver.

Add documentation to explain that the command is used as an event to
notify userspace about added links information, and that the existing
NL80211_CMD_LINKS_REMOVED command is used to notify userspace about
removed links information.

Signed-off-by: Kavita Kavita <quic_kkavita@quicinc.com>
Link: https://patch.msgid.link/20250604105757.2542-2-quic_kkavita@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

Bug: 423444463
(cherry picked from commit 5ae1fc4069578f50798f3372f36a3c13ee565b66
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
main)
Change-Id: I1366b0a7c997180205f119151ff8baa174ce8719
Signed-off-by: Kavita Kavita <quic_kkavita@quicinc.com>
This commit is contained in:
Kavita Kavita
2025-06-04 16:27:56 +05:30
committed by Treehugger Robot
parent 5bf4b91e33
commit ada89d7892

View File

@@ -1330,7 +1330,11 @@
* TID to Link mapping for downlink/uplink traffic.
*
* @NL80211_CMD_ASSOC_MLO_RECONF: For a non-AP MLD station, request to
* add/remove links to/from the association.
* add/remove links to/from the association. To indicate link
* reconfiguration request results from the driver, this command is also
* used as an event to notify userspace about the added links information.
* For notifying the removed links information, the existing
* %NL80211_CMD_LINKS_REMOVED command is used.
*
* @NL80211_CMD_MAX: highest used command number
* @__NL80211_CMD_AFTER_LAST: internal use