Ver código fonte

fw-api: CL 22373448 - update fw common interface files

WMI: fix the location / value of WMI_GPIO_STATE_REQ_CMDID
When WMI_GPIO_STATE_REQ_CMDID was added in CL 22317292, it was added in the middle of its group rather than at the end.This change fixes the backwards incompatibility introduced by CL 22317292, by moving WMI_GPIO_STATE_REQ_CMDID to the end of its group.

Change-Id: Ia6b6a9288c8395096d517ce3fc35b5859556a6d6
CRs-Fixed: 2262693
spuligil 2 anos atrás
pai
commit
60c5cfd913
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      fw/wmi_unified.h

+ 2 - 1
fw/wmi_unified.h

@@ -1247,7 +1247,6 @@ typedef enum {
     /* GPIO Configuration */
     WMI_GPIO_CONFIG_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_GPIO),
     WMI_GPIO_OUTPUT_CMDID,
-    WMI_GPIO_STATE_REQ_CMDID,
 
     /* Txbf configuration command */
     WMI_TXBF_CMDID,
@@ -1255,6 +1254,8 @@ typedef enum {
     /* Antenna Controller, connected to wlan debug uart/GPIO. */
     WMI_ANT_CONTROLLER_CMDID,
 
+    WMI_GPIO_STATE_REQ_CMDID,
+
     /* FWTEST Commands */
     WMI_FWTEST_VDEV_MCC_SET_TBTT_MODE_CMDID = WMI_CMD_GRP_START_ID(WMI_GRP_FWTEST),
     /** set NoA descs **/