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
Dieser Commit ist enthalten in:
@@ -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 **/
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren