X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5fe95d1b660bed238f8f53d6c7360f44b5ce9824..759aaf7754a638b3f94a267c9feb888c74181340:/package/hostapd/files/default.config diff --git a/package/hostapd/files/default.config b/package/hostapd/files/default.config index 700217dad..2414bd352 100644 --- a/package/hostapd/files/default.config +++ b/package/hostapd/files/default.config @@ -22,8 +22,16 @@ 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 +#CONFIG_DRIVER_DEVICESCAPE=y # Currently, driver_devicescape.c build requires some additional parameters # to be able to include some of the kernel header files. Following lines can # be used to set these (WIRELESS_DEV must point to the root directory of the @@ -120,3 +128,6 @@ CONFIG_IPV6=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