From patchwork Thu Apr 13 12:06:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 6786 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Pxywm1WNQz3xDh for ; Thu, 13 Apr 2023 12:06:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Pxywk28mjznn; Thu, 13 Apr 2023 12:06:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Pxywk0Yy7z2yvq; Thu, 13 Apr 2023 12:06:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Pxywh5f3fz2xNd for ; Thu, 13 Apr 2023 12:06:28 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "michael.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Pxywg5ctwznn; Thu, 13 Apr 2023 12:06:27 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4Pxywg1pnVzThgN; Thu, 13 Apr 2023 12:06:27 +0000 (UTC) From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] hostapd: Enable QCA vendor extensions to nl80211 Date: Thu, 13 Apr 2023 12:06:25 +0000 Message-Id: <20230413120625.1571292-1-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- config/hostapd/config | 2 +- lfs/hostapd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hostapd/config b/config/hostapd/config index d3383afde..a5b4f09be 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 a02ff0637..2cd734f5c 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 =