]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
nl80211: remove desciption about request from NL80211_CMD_ROAM
authorArend Van Spriel <arend.vanspriel@broadcom.com>
Fri, 9 Jun 2017 12:08:46 +0000 (13:08 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Jun 2017 09:05:04 +0000 (11:05 +0200)
The description of NL80211_CMD_ROAM indicated possibility for a
request to roam issued by user-space. However, it also states that
as not being implemented right now. This has been so since commit
b23aa676ab9d ("cfg80211: connect/disconnect API") added in 2009.
So it seems safe to assume it will not be added any time soon and
thus remove it.

Signed-off-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h

index 72f15c3fc5a6163310cec7d26b02c73924d934e9..828aa4703e22dfb4eef270c1cb2f7ef44dc5c287 100644 (file)
  *     authentication/association or not receiving a response from the AP.
  *     Non-zero %NL80211_ATTR_STATUS_CODE value is indicated in that case as
  *     well to remain backwards compatible.
- * @NL80211_CMD_ROAM: request that the card roam (currently not implemented),
- *     sent as an event when the card/driver roamed by itself.
- *     When used as an event, and the driver roamed in a network that requires
- *     802.1X authentication, %NL80211_ATTR_PORT_AUTHORIZED should be set
- *     if the 802.1X authentication was done by the driver or if roaming was
- *     done using Fast Transition protocol (in which case 802.1X authentication
- *     is not needed). If %NL80211_ATTR_PORT_AUTHORIZED is not set, user space
- *     is responsible for the 802.1X authentication.
+ * @NL80211_CMD_ROAM: notifcation indicating the card/driver roamed by itself.
+ *     When the driver roamed in a network that requires 802.1X authentication,
+ *     %NL80211_ATTR_PORT_AUTHORIZED should be set if the 802.1X authentication
+ *     was done by the driver or if roaming was done using Fast Transition
+ *     protocol (in which case 802.1X authentication is not needed). If
+ *     %NL80211_ATTR_PORT_AUTHORIZED is not set, user space is responsible for
+ *     the 802.1X authentication.
  * @NL80211_CMD_DISCONNECT: drop a given connection; also used to notify
  *     userspace that a connection was dropped by the AP or due to other
  *     reasons, for this the %NL80211_ATTR_DISCONNECTED_BY_AP and