Date: Thu, 27 Feb 2025 21:04:22 GMT From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b2e5cbc82bff - stable/14 - LinuxKPI: 802.11: compile in HT compat code by default Message-ID: <202502272104.51RL4Miq085508@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=b2e5cbc82bffb3884162dd2df928d06a49c3cc67 commit b2e5cbc82bffb3884162dd2df928d06a49c3cc67 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-02-25 01:12:47 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-02-27 21:03:21 +0000 LinuxKPI: 802.11: compile in HT compat code by default Compile in the HT compat code by default even though no one will make use of it yet. Sponsored by: The FreeBSD Foundation Tested with: iwlwifi AX210 (NOHT, HT20 and HT40) (cherry picked from commit 75d23d882389e1bb011bda37022aaa17c068cbf8) --- sys/compat/linuxkpi/common/src/linux_80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c index 5db1512394cc..b684bd76bacf 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211.c +++ b/sys/compat/linuxkpi/common/src/linux_80211.c @@ -79,7 +79,7 @@ #define LKPI_80211_WME #define LKPI_80211_HW_CRYPTO -/* #define LKPI_80211_HT */ +#define LKPI_80211_HT /* #define LKPI_80211_VHT */ #if defined(LKPI_80211_VHT) && !defined(LKPI_80211_HT)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502272104.51RL4Miq085508>