diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2012-02-28 11:21:32 -0800 |
---|---|---|
committer | Dmitry Shmidt <dimitrysh@google.com> | 2012-02-28 11:21:32 -0800 |
commit | 707d629a91e88ffffd8f0cc7b9baabbf00d0ace1 (patch) | |
tree | 9c141b1c4a9393c32c98a1babe1a1d5f7781bc6b | |
parent | 30f94813e7f35e3812c5d31ebc53630c26c4e4b2 (diff) | |
download | external_wpa_supplicant_8-707d629a91e88ffffd8f0cc7b9baabbf00d0ace1.zip external_wpa_supplicant_8-707d629a91e88ffffd8f0cc7b9baabbf00d0ace1.tar.gz external_wpa_supplicant_8-707d629a91e88ffffd8f0cc7b9baabbf00d0ace1.tar.bz2 |
hostapd: Enable CONFIG_IEEE80211N option
Change-Id: I86868ac9efa1192c96110c114bfcba25c02d1ae6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-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 8341d4b..f51a5bf 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 |