]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Enable CONFIG_DRIVER_NL80211=y in the default configuration
authorJouni Malinen <j@w1.fi>
Thu, 21 Apr 2011 17:41:01 +0000 (20:41 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 21 Apr 2011 17:41:01 +0000 (20:41 +0300)
nl80211 should be preferred over WEXT with any recent Linux kernel
version.

wpa_supplicant/defconfig

index 647c49d73e81572ba85036bbded4411684f853a0..0c8e5f21b4022ce56d342f29cd918b91bd7990f9 100644 (file)
@@ -78,10 +78,15 @@ CONFIG_DRIVER_ATMEL=y
 #CONFIG_DRIVER_RALINK=y
 
 # Driver interface for generic Linux wireless extensions
+# Note: WEXT is deprecated in the current Linux kernel version and no new
+# functionality is added to it. nl80211-based interface is the new
+# replacement for WEXT and its use allows wpa_supplicant to properly control
+# the driver to improve existing functionality like roaming and to support new
+# functionality.
 CONFIG_DRIVER_WEXT=y
 
 # Driver interface for Linux 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