git: 75d23d882389 - main - LinuxKPI: 802.11: compile in HT compat code by default

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Wed, 26 Feb 2025 02:11:59 UTC
The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=75d23d882389e1bb011bda37022aaa17c068cbf8

commit 75d23d882389e1bb011bda37022aaa17c068cbf8
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-26 02:10:55 +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
    MFC after:      3 days
    Tested with:    iwlwifi AX210 (NOHT, HT20 and HT40)
---
 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 63f6f5a182b5..1c9f8bc63292 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)