From: Stefan Schantl Date: Tue, 6 Oct 2009 08:46:18 +0000 (+0200) Subject: hostapd: Activate support for nl80211 kernel interface. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3734825e108eb4fc4f9ec04f1a28eff6ac73043f;p=ipfire-3.x.git hostapd: Activate support for nl80211 kernel interface. --- diff --git a/src/hostapd/config b/src/hostapd/config index 6036fa225..53b534c14 100644 --- a/src/hostapd/config +++ b/src/hostapd/config @@ -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