|
@@ -4999,6 +4999,12 @@ enum nl80211_feature_flags {
|
|
|
* @NL80211_EXT_FEATURE_LOW_SPAN_SCAN: Driver supports low span scan.
|
|
|
* @NL80211_EXT_FEATURE_LOW_POWER_SCAN: Driver supports low power scan.
|
|
|
* @NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN: Driver supports high accuracy scan.
|
|
|
+ * @NL80211_EXT_FEATURE_DFS_OFFLOAD: HW/driver will offload DFS actions.
|
|
|
+ * Device or driver will do all DFS-related actions by itself,
|
|
|
+ * informing user-space about CAC progress, radar detection event,
|
|
|
+ * channel change triggered by radar detection event.
|
|
|
+ * No need to start CAC from user-space, no need to react to
|
|
|
+ * "radar detected" event.
|
|
|
*
|
|
|
* @NUM_NL80211_EXT_FEATURES: number of extended features.
|
|
|
* @MAX_NL80211_EXT_FEATURES: highest extended feature index.
|
|
@@ -5029,6 +5035,7 @@ enum nl80211_ext_feature_index {
|
|
|
NL80211_EXT_FEATURE_LOW_SPAN_SCAN,
|
|
|
NL80211_EXT_FEATURE_LOW_POWER_SCAN,
|
|
|
NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN,
|
|
|
+ NL80211_EXT_FEATURE_DFS_OFFLOAD,
|
|
|
|
|
|
/* add new features before the definition below */
|
|
|
NUM_NL80211_EXT_FEATURES,
|