aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-03 12:10:45 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-06-11 08:14:32 -0400
commita0a2af765543a96bdf188ec57dd201e708195302 (patch)
treec444325ffcd9e6d5cff3d294965832134d6eca68 /include/uapi
parentecccd072b07e7fd09c54d0f86f9374e2645cde97 (diff)
nl80211: add kernel-doc for NL80211_FEATURE_ACTIVE_MONITOR
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nl80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 5920715278c2..1f0019d4cce6 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -3579,6 +3579,10 @@ enum nl80211_ap_sme_features {
3579 * Peering Management entity which may be implemented by registering for 3579 * Peering Management entity which may be implemented by registering for
3580 * beacons or NL80211_CMD_NEW_PEER_CANDIDATE events. The mesh beacon is 3580 * beacons or NL80211_CMD_NEW_PEER_CANDIDATE events. The mesh beacon is
3581 * still generated by the driver. 3581 * still generated by the driver.
3582 * @NL80211_FEATURE_ACTIVE_MONITOR: This driver supports an active monitor
3583 * interface. An active monitor interface behaves like a normal monitor
3584 * interface, but gets added to the driver. It ensures that incoming
3585 * unicast packets directed at the configured interface address get ACKed.
3582 */ 3586 */
3583enum nl80211_feature_flags { 3587enum nl80211_feature_flags {
3584 NL80211_FEATURE_SK_TX_STATUS = 1 << 0, 3588 NL80211_FEATURE_SK_TX_STATUS = 1 << 0,