]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
hostapd: Activate support for nl80211 kernel interface.
authorStefan Schantl <Stevee@ipfire.org>
Tue, 6 Oct 2009 08:46:18 +0000 (10:46 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Tue, 6 Oct 2009 08:46:18 +0000 (10:46 +0200)
src/hostapd/config

index 6036fa225101d3b96a8963c5122c6ebff42066f6..53b534c1480fce018fe5833bdfc11fdd544e0059 100644 (file)
@@ -23,13 +23,13 @@ CONFIG_DRIVER_HOSTAP=y
 CONFIG_DRIVER_PRISM54=y
 
 # Driver interface for drivers using the nl80211 kernel interface
-#CONFIG_DRIVER_NL80211=y
+CONFIG_DRIVER_NL80211=y
 # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
 # shipped with your distribution yet. If that is the case, you need to build
 # newer libnl version and point the hostapd build to use it.
-#LIBNL=/usr/src/libnl
-#CFLAGS += -I$(LIBNL)/include
-#LIBS += -L$(LIBNL)/lib
+LIBNL=/usr/src/libnl
+CFLAGS += -I$(LIBNL)/include
+LIBS += -L$(LIBNL)/lib
 
 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
 #CONFIG_DRIVER_BSD=y