Skip to content

Commit a55d0e6

Browse files
committed
wifi: cfg80211: Improve the documentation for NL80211_CMD_ASSOC_MLO_RECONF
JIRA: https://issues.redhat.com/browse/RHEL-114891 commit 5ae1fc4 Author: Kavita Kavita <quic_kkavita@quicinc.com> Date: Wed Jun 4 16:27:56 2025 +0530 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> Signed-off-by: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
1 parent 56d8975 commit a55d0e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

include/uapi/linux/nl80211.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,11 @@
13301330
* TID to Link mapping for downlink/uplink traffic.
13311331
*
13321332
* @NL80211_CMD_ASSOC_MLO_RECONF: For a non-AP MLD station, request to
1333-
* add/remove links to/from the association.
1333+
* add/remove links to/from the association. To indicate link
1334+
* reconfiguration request results from the driver, this command is also
1335+
* used as an event to notify userspace about the added links information.
1336+
* For notifying the removed links information, the existing
1337+
* %NL80211_CMD_LINKS_REMOVED command is used.
13341338
*
13351339
* @NL80211_CMD_EPCS_CFG: EPCS configuration for a station. Used by userland to
13361340
* control EPCS configuration. Used to notify userland on the current state

0 commit comments

Comments
 (0)