git: b2e5cbc82bff - stable/14 - LinuxKPI: 802.11: compile in HT compat code by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 21:04:22 UTC
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)