aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/src
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2022-11-26 12:58:21 +0100
committerAndre Heider <a.heider@gmail.com>2022-12-13 10:54:50 +0100
commit7c63295bf441cbd1e5de6e1b2a35616455b0e15e (patch)
tree3cd582c6fb8d2f04c4a79488433c6d5f3b287738 /package/network/services/hostapd/src
parent2d36f60d88e9fe3af858a8d4661f0601770f5baa (diff)
downloadupstream-7c63295bf441cbd1e5de6e1b2a35616455b0e15e.tar.gz
upstream-7c63295bf441cbd1e5de6e1b2a35616455b0e15e.tar.bz2
upstream-7c63295bf441cbd1e5de6e1b2a35616455b0e15e.zip
treewide: remove DRIVER_11N_SUPPORT
hostapd's compile time option CONFIG_IEEE80211N was removed almost 3 years ago, 80.211n/HT is always included since then. Noticed because `hostapd -v11n` confusingly returned an error. See hostapd's commit: f3bcd69603 "Remove CONFIG_IEEE80211N build option" Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/network/services/hostapd/src')
-rw-r--r--package/network/services/hostapd/src/src/utils/build_features.h4
1 files changed, 0 insertions, 4 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 138a799e75..553769eceb 100644
--- a/package/network/services/hostapd/src/src/utils/build_features.h
+++ b/package/network/services/hostapd/src/src/utils/build_features.h
@@ -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;