diff options
| author | Denis Kenzior <denkenz@gmail.com> | 2018-03-26 13:52:45 -0400 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2018-03-29 04:36:22 -0400 |
| commit | f8d16d3edb4dbae080df04318423c360de3c594d (patch) | |
| tree | b110456d132b2538a6533e3b249a8e5fa1b157b3 /include/uapi/linux/nl80211.h | |
| parent | 37b1c004685a3cea420dd96aa3803da627359f60 (diff) | |
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/uapi/linux/nl80211.h')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 2 |
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 { | |||
| 1962 | * multicast group. | 1962 | * multicast group. |
| 1963 | * If set during %NL80211_CMD_ASSOCIATE or %NL80211_CMD_CONNECT the | 1963 | * If set during %NL80211_CMD_ASSOCIATE or %NL80211_CMD_CONNECT the |
| 1964 | * station will deauthenticate when the socket is closed. | 1964 | * station will deauthenticate when the socket is closed. |
| 1965 | * If set during %NL80211_CMD_JOIN_IBSS the IBSS will be automatically | ||
| 1966 | * torn down when the socket is closed. | ||
| 1965 | * | 1967 | * |
| 1966 | * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is | 1968 | * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is |
| 1967 | * the TDLS link initiator. | 1969 | * the TDLS link initiator. |
