aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/nl80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index b3ada0b3a276..c0383e983544 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1672,6 +1672,9 @@ enum nl80211_commands {
1672 * @NL80211_ATTR_SOCKET_OWNER: Flag attribute, if set during interface 1672 * @NL80211_ATTR_SOCKET_OWNER: Flag attribute, if set during interface
1673 * creation then the new interface will be owned by the netlink socket 1673 * creation then the new interface will be owned by the netlink socket
1674 * that created it and will be destroyed when the socket is closed. 1674 * that created it and will be destroyed when the socket is closed.
1675 * If set during scheduled scan start then the new scan req will be
1676 * owned by the netlink socket that created it and the scheduled scan will
1677 * be stopped when the socket is closed.
1675 * 1678 *
1676 * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is 1679 * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is
1677 * the TDLS link initiator. 1680 * the TDLS link initiator.