aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/src/src/utils/build_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/src/src/utils/build_features.h')
-rw-r--r--package/network/services/hostapd/src/src/utils/build_features.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/hostapd/src/src/utils/build_features.h b/package/network/services/hostapd/src/src/utils/build_features.h
index c7fccad413..3ab5246c78 100644
--- a/package/network/services/hostapd/src/src/utils/build_features.h
+++ b/package/network/services/hostapd/src/src/utils/build_features.h
@@ -23,8 +23,6 @@ static inline int has_feature(const char *feat)
if (!strcmp(feat, "11r"))
return 1;
#endif
- if (!strcmp(feat, "11w"))
- return 1;
#ifdef CONFIG_ACS
if (!strcmp(feat, "acs"))
return 1;