summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2018-03-26 12:52:45 -0500
committerJohannes Berg <johannes.berg@intel.com>2018-03-29 10:36:22 +0200
commitf8d16d3edb4dbae080df04318423c360de3c594d (patch)
treeb110456d132b2538a6533e3b249a8e5fa1b157b3 /include
parent37b1c004685a3cea420dd96aa3803da627359f60 (diff)
downloadlinux-stable-f8d16d3edb4dbae080df04318423c360de3c594d.tar.gz
linux-stable-f8d16d3edb4dbae080df04318423c360de3c594d.tar.bz2
linux-stable-f8d16d3edb4dbae080df04318423c360de3c594d.zip
nl80211: Add SOCKET_OWNER support to JOIN_IBSS
Signed-off-by: Denis Kenzior <denkenz@gmail.com> [johannes: fix race with wdev lock/unlock by just acquiring once] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 60fefc5a2ea4..266b43c4f6e1 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1962,6 +1962,8 @@ enum nl80211_commands {
* multicast group.
* If set during %NL80211_CMD_ASSOCIATE or %NL80211_CMD_CONNECT the
* station will deauthenticate when the socket is closed.
+ * If set during %NL80211_CMD_JOIN_IBSS the IBSS will be automatically
+ * torn down when the socket is closed.
*
* @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is
* the TDLS link initiator.