From: Felix Fietkau Date: Mon, 3 Jun 2013 16:10:45 +0000 (+0200) Subject: nl80211: add kernel-doc for NL80211_FEATURE_ACTIVE_MONITOR X-Git-Tag: v3.11-rc1~64^2~166^2^2~45^2~9 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=a0a2af765543a96bdf188ec57dd201e708195302;p=~andy%2Flinux nl80211: add kernel-doc for NL80211_FEATURE_ACTIVE_MONITOR Signed-off-by: Felix Fietkau Signed-off-by: Johannes Berg --- diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 5920715278c..1f0019d4cce 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -3579,6 +3579,10 @@ enum nl80211_ap_sme_features { * Peering Management entity which may be implemented by registering for * beacons or NL80211_CMD_NEW_PEER_CANDIDATE events. The mesh beacon is * still generated by the driver. + * @NL80211_FEATURE_ACTIVE_MONITOR: This driver supports an active monitor + * interface. An active monitor interface behaves like a normal monitor + * interface, but gets added to the driver. It ensures that incoming + * unicast packets directed at the configured interface address get ACKed. */ enum nl80211_feature_flags { NL80211_FEATURE_SK_TX_STATUS = 1 << 0,