hostapd: stop advertising 11w feature
[openwrt/staging/dedeckeh.git] / package / network / services / hostapd / src / src / utils / build_features.h
index c7fccad413b8c71795b826ffd1ee1b55e7d06a2c..3ab5246c789f6f81e89e6e3e9a9774fb9e5effe9 100644 (file)
@@ -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;