diff options
author | Ido Reis <idor@ti.com> | 2011-12-29 14:15:28 +0200 |
---|---|---|
committer | Arik Nemtsov <arik@wizery.com> | 2012-08-02 13:04:00 +0300 |
commit | 643371d32ac99c4f779d4945b51fbddd6a8c47b5 (patch) | |
tree | 7196cf69b1b2f43541333d0c38f1eff35042178f /hostapd | |
parent | abc8637e7c16ae70a9f079638ef7092b3824b7bb (diff) | |
download | external_wpa_supplicant_8_ti-643371d32ac99c4f779d4945b51fbddd6a8c47b5.zip external_wpa_supplicant_8_ti-643371d32ac99c4f779d4945b51fbddd6a8c47b5.tar.gz external_wpa_supplicant_8_ti-643371d32ac99c4f779d4945b51fbddd6a8c47b5.tar.bz2 |
Android: hostapd: enable N rates in build config
Signed-off-by: Ido Reis <idor@ti.com>
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 7b6c5f4..b92059a 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -138,7 +138,7 @@ CONFIG_IPV6=y #CONFIG_DRIVER_RADIUS_ACL=y # IEEE 802.11n (High Throughput) support -#CONFIG_IEEE80211N=y +CONFIG_IEEE80211N=y # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debugging |