Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -44379,6 +44379,13 @@ typedef struct { /****** End of 11BE EHT MAC Capabilities Information field ******/ /****** 11BE EHT OPS Information field ******/ /* Bit 0 is for MCS15. If bit0 is 1 then we enable mcs15 */ #define WMI_EHT_OPS_SUPMCS15_GET(eht_ops) WMI_GET_BITS(eht_ops, 0, 1) #define WMI_EHT_OPS_SUPMCS15_SET(eht_ops, value) WMI_SET_BITS(eht_ops, 0, 1, value) /****** End of 11BE EHT OPS Information field ******/ typedef struct { /** TLV tag and len; tag equals fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1540 #define __WMI_REVISION_ 1541 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -44379,6 +44379,13 @@ typedef struct { /****** End of 11BE EHT MAC Capabilities Information field ******/ /****** 11BE EHT OPS Information field ******/ /* Bit 0 is for MCS15. If bit0 is 1 then we enable mcs15 */ #define WMI_EHT_OPS_SUPMCS15_GET(eht_ops) WMI_GET_BITS(eht_ops, 0, 1) #define WMI_EHT_OPS_SUPMCS15_SET(eht_ops, value) WMI_SET_BITS(eht_ops, 0, 1, value) /****** End of 11BE EHT OPS Information field ******/ typedef struct { /** TLV tag and len; tag equals
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1540 #define __WMI_REVISION_ 1541 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading