Loading fw/wmi_services.h +7 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,13 @@ typedef enum { WMI_SERVICE_WPA3_OWE_ROAM_SUPPORT = 222, /* Indicates FW supports WPA3 OWE roaming */ WMI_SERVICE_AUDIO_AGGR = 223, /* Indicates FW supports audio frame aggregation */ WMI_SERVICE_6GHZ_SUPPORT = 224, /* Indicates FW supports 6GHZ (scan, connection and so on) */ /* WMI_SERVICE_QMI_STATS_SUPPORT * Indicates FW supports stat request command WMI_REQUEST_LINK_STATS_CMDID * and WMI_REQUEST_STATS_CMDID coming from QMI which will be used in * runtime PM suspend. */ WMI_SERVICE_QMI_STATS_SUPPORT = 225, /******* ADD NEW SERVICES HERE *******/ Loading fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 715 #define __WMI_REVISION_ 716 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_services.h +7 −0 Original line number Diff line number Diff line Loading @@ -407,6 +407,13 @@ typedef enum { WMI_SERVICE_WPA3_OWE_ROAM_SUPPORT = 222, /* Indicates FW supports WPA3 OWE roaming */ WMI_SERVICE_AUDIO_AGGR = 223, /* Indicates FW supports audio frame aggregation */ WMI_SERVICE_6GHZ_SUPPORT = 224, /* Indicates FW supports 6GHZ (scan, connection and so on) */ /* WMI_SERVICE_QMI_STATS_SUPPORT * Indicates FW supports stat request command WMI_REQUEST_LINK_STATS_CMDID * and WMI_REQUEST_STATS_CMDID coming from QMI which will be used in * runtime PM suspend. */ WMI_SERVICE_QMI_STATS_SUPPORT = 225, /******* ADD NEW SERVICES HERE *******/ Loading
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,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_ 715 #define __WMI_REVISION_ 716 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading