diff options
author | Jouni Malinen <j@w1.fi> | 2008-12-10 00:46:55 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-12-10 00:46:55 +0200 |
commit | 9a6cec7bc6245cf574bf2d7c550983a48de9b4c5 (patch) | |
tree | 0216fd318cfc0b058939736aa03f803a4e27efdf /hostapd | |
parent | cfb7e8a086a523126bc03da65d3bb9020bb2770b (diff) | |
download | external_wpa_supplicant_8_ti-9a6cec7bc6245cf574bf2d7c550983a48de9b4c5.zip external_wpa_supplicant_8_ti-9a6cec7bc6245cf574bf2d7c550983a48de9b4c5.tar.gz external_wpa_supplicant_8_ti-9a6cec7bc6245cf574bf2d7c550983a48de9b4c5.tar.bz2 |
Added CONFIG_IEEE80211N into defconfig (commented out)
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index 56d8a4a..8e31a0d 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -132,3 +132,6 @@ CONFIG_IPV6=y # Use the hostapd's IEEE 802.11 authentication (ACL), but without # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211) #CONFIG_DRIVER_RADIUS_ACL=y + +# IEEE 802.11n (High Throughput) support +#CONFIG_IEEE80211N=y |