Signed-off-by: Enrique Giraldo <[email protected]>
@@ -22,6 +22,10 @@ static inline int has_feature(const char *feat)
#ifdef CONFIG_IEEE80211W
if (!strcmp(feat, "11w"))
return 1;
+#endif
+#ifdef CONFIG_ACS
+ if (!strcmp(feat, "acs"))
+ return 1;
#endif
return 0;
}