treewide: remove DRIVER_11N_SUPPORT
[openwrt/openwrt.git] / package / network / services / hostapd / src / src / utils / build_features.h
index 138a799e75b5978525a3e2167563432e2350482f..553769ecebc84c0f064e743daba47e447def5c85 100644 (file)
@@ -7,10 +7,6 @@ static inline int has_feature(const char *feat)
        if (!strcmp(feat, "eap"))
                return 1;
 #endif
-#ifdef CONFIG_IEEE80211N
-       if (!strcmp(feat, "11n"))
-               return 1;
-#endif
 #ifdef CONFIG_IEEE80211AC
        if (!strcmp(feat, "11ac"))
                return 1;