From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] hostapd: Enable QCA vendor extensions to nl80211
Date: Thu, 13 Apr 2023 12:06:25 +0000 [thread overview]
Message-ID: <20230413120625.1571292-1-michael.tremer@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]
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 <michael.tremer(a)ipfire.org>
---
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 =
--
2.30.2
reply other threads:[~2023-04-13 12:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230413120625.1571292-1-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox