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>
#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