diff options
-rw-r--r-- | hostapd/defconfig | 2 | ||||
-rw-r--r-- | wpa_supplicant/defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index c67c662..77a894d 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -31,7 +31,7 @@ CONFIG_DRIVER_NL80211=y #CONFIG_LIBNL20=y # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored) -#CONFIG_LIBNL32=y +CONFIG_LIBNL32=y # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 08f5857..af281e5 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -44,7 +44,7 @@ CONFIG_DRIVER_NL80211=y #CONFIG_LIBNL20=y # Use libnl 3.2 libraries (if this is selected, CONFIG_LIBNL20 is ignored) -#CONFIG_LIBNL32=y +CONFIG_LIBNL32=y # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) |