From: Michael Tremer Date: Thu, 13 Apr 2023 12:06:25 +0000 (+0000) Subject: hostapd: Enable QCA vendor extensions to nl80211 X-Git-Tag: v2.27-core175~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef59185bf33a9609945602eeccfaa7bcf3009230;p=ipfire-2.x.git hostapd: Enable QCA vendor extensions to nl80211 This should allow hostapd to utilize some vendor-specific features in Qualcomm/Atheros cards. I am not sure what my card supports, but it is all running fine. Signed-off-by: Michael Tremer --- diff --git a/config/hostapd/config b/config/hostapd/config index d3383afde2..a5b4f09be8 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -19,7 +19,7 @@ CONFIG_DRIVER_HOSTAP=y CONFIG_DRIVER_NL80211=y # QCA vendor extensions to nl80211 -#CONFIG_DRIVER_NL80211_QCA=y +CONFIG_DRIVER_NL80211_QCA=y # driver_nl80211.c requires libnl. If you are compiling it yourself # you may need to point hostapd to your version of libnl. diff --git a/lfs/hostapd b/lfs/hostapd index a02ff0637e..2cd734f5cf 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 61 +PAK_VER = 62 DEPS =