Loading fw/wmi_unified.h +9 −0 Original line number Diff line number Diff line Loading @@ -25897,6 +25897,15 @@ typedef enum */ WMI_VENDOR_OUI_ACTION_DISABLE_AUXL = 15, /* * Used to downgrade to 2 link ML connection for specific AP matchs OUI. * This is the preferred name, since it specifies that the downgraded * number of links is 2. */ WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_2_MLO_LINKS = 16, /* alias for the above (less suitable, since it is less precise) */ WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_MLO_LINKS = WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_2_MLO_LINKS, /* Add any action before this line */ WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID 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_ 1519 #define __WMI_REVISION_ 1520 /** 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 +9 −0 Original line number Diff line number Diff line Loading @@ -25897,6 +25897,15 @@ typedef enum */ WMI_VENDOR_OUI_ACTION_DISABLE_AUXL = 15, /* * Used to downgrade to 2 link ML connection for specific AP matchs OUI. * This is the preferred name, since it specifies that the downgraded * number of links is 2. */ WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_2_MLO_LINKS = 16, /* alias for the above (less suitable, since it is less precise) */ WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_MLO_LINKS = WMI_VENDOR_OUI_ACTION_RESTRICT_MAX_2_MLO_LINKS, /* Add any action before this line */ WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID
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_ 1519 #define __WMI_REVISION_ 1520 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading