hostapd: upgrade to 0.6.7 and conditionally enable 11n support (currently depends...
[openwrt/svn-archive/archive.git] / package / hostapd / files / mini.config
index d1ab057ccce7ef1bfce428ec8e62d3405585eaeb..e50fb3ce70d8bbae5c3ff9b7125bf5b4412a7012 100644 (file)
@@ -22,6 +22,14 @@ CONFIG_DRIVER_MADWIFI=y
 # Driver interface for Prism54 driver
 #CONFIG_DRIVER_PRISM54=y
 
+# Driver interface for drivers using the nl80211 kernel interface
+CONFIG_DRIVER_NL80211=y
+# driver_nl80211.c requires a rather new libnl, probably not
+# shipped with your distribution yet
+#LIBNL=/usr/src/libnl
+#CFLAGS += -I$(LIBNL)/include
+#LIBS += -L$(LIBNL)/lib
+
 # Driver interface for drivers using Devicescape IEEE 802.11 stack
 #CONFIG_DRIVER_DEVICESCAPE=y
 # Currently, driver_devicescape.c build requires some additional parameters
@@ -120,3 +128,6 @@ CONFIG_PEERKEY=y
 # IEEE 802.11r. This draft is still subject to change, so it should be noted
 # that this version may not comply with the final standard.
 #CONFIG_IEEE80211R=y
+
+# IEEE 802.11n (High Throughput) support
+CONFIG_IEEE80211N=y