diff options
Diffstat (limited to 'package/hostapd/files')
-rw-r--r-- | package/hostapd/files/default.config | 3 | ||||
-rw-r--r-- | package/hostapd/files/mini.config | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index 7e7555f..2414bd3 100644 --- a/package/hostapd/files/default.config +++ b/package/hostapd/files/default.config @@ -128,3 +128,6 @@ CONFIG_IPV6=y # IEEE 802.11r. This draft is still subject to change, so it should be noted # that this version may not comply with the final standard. #CONFIG_IEEE80211R=y + +# IEEE 802.11n (High Throughput) support +CONFIG_IEEE80211N=y diff --git a/package/hostapd/files/mini.config b/package/hostapd/files/mini.config index 0d13b1e..e50fb3c 100644 --- a/package/hostapd/files/mini.config +++ b/package/hostapd/files/mini.config @@ -128,3 +128,6 @@ CONFIG_PEERKEY=y # IEEE 802.11r. This draft is still subject to change, so it should be noted # that this version may not comply with the final standard. #CONFIG_IEEE80211R=y + +# IEEE 802.11n (High Throughput) support +CONFIG_IEEE80211N=y |