]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
common: Fix definition of EHT_ML_EML_CAPA_RESERVED
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 30 Oct 2025 08:24:48 +0000 (09:24 +0100)
committerJouni Malinen <j@w1.fi>
Sat, 13 Dec 2025 20:20:11 +0000 (22:20 +0200)
The 0x0080 bit was accidentally added in commit d0bd79a2d684 ("BSS:
Verify the ML common info for links") even though it is not reserved
and maps to EHT_ML_EML_CAPA_EMLMR_SUPP already.

Fixes: d0bd79a2d684 "BSS: Verify the ML common info for links")
Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
src/common/ieee802_11_defs.h

index 81be21619930b2e08e4ed09a01873191ea115293..89f0a1bf8e5bb9ae1f7fa5103a5b2d06a0bf6ccf 100644 (file)
@@ -2906,7 +2906,7 @@ struct eht_ml_basic_common_info {
 #define EHT_ML_EML_CAPA_EMLSR_TRANS_DELAY_MASK   0x0070
 #define EHT_ML_EML_CAPA_EMLMR_SUPP               0x0080
 #define EHT_ML_EML_CAPA_TRANSITION_TIMEOUT_MASK  0x7800
-#define EHT_ML_EML_CAPA_RESERVED                 0x8780
+#define EHT_ML_EML_CAPA_RESERVED                 0x8700
 
 #define EHT_ML_MLD_CAPA_MAX_NUM_SIM_LINKS_MASK        0x000f
 #define EHT_ML_MLD_CAPA_SRS_SUPP                      0x0010