diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2011-05-16 21:07:47 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-05-16 21:07:47 +0300 |
commit | 5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d (patch) | |
tree | 78e4b86bf0f22cbd4ed75f00fb950656620effef /hostapd | |
parent | 64f992652d62cf5d71bf30b788708d970b8220c4 (diff) | |
download | external_wpa_supplicant_8_ti-5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d.zip external_wpa_supplicant_8_ti-5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d.tar.gz external_wpa_supplicant_8_ti-5dcfb6830e8e5ab624a3bb99f43c2e45fca5b48d.tar.bz2 |
Include nl80211 driver wrapper in default configuration for hostapd
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index b52e510..38d3284 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -20,7 +20,7 @@ CONFIG_DRIVER_HOSTAP=y #CFLAGS += -I../../madwifi # change to the madwifi source directory # Driver interface for drivers using the nl80211 kernel interface -#CONFIG_DRIVER_NL80211=y +CONFIG_DRIVER_NL80211=y # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y |