fw-api: CL 24704966 - update fw common interface files
add WMI_CTRL_PATH_STATS_CAL_TYPE_RXSPUR def Change-Id: Ib9828f0b0adc922bb95cbd88efc01d9893a0c7ce CRs-Fixed: 2262693
This commit is contained in:

committed by
Rahul Choudhary

orang tua
7b7d8fcd8c
melakukan
ce9f02a90b
@@ -12772,6 +12772,7 @@ typedef enum {
|
||||
WMI_CTRL_PATH_STATS_CAL_TYPE_PEF = 0x16,
|
||||
WMI_CTRL_PATH_STATS_CAL_TYPE_PADROOP = 0x17,
|
||||
WMI_CTRL_PATH_STATS_CAL_TYPE_SELFCALTPC = 0x18,
|
||||
WMI_CTRL_PATH_STATS_CAL_TYPE_RXSPUR = 0x19,
|
||||
|
||||
/* add new cal types above this line */
|
||||
WMI_CTRL_PATH_STATS_CAL_TYPE_INVALID = 0xFF
|
||||
@@ -12870,6 +12871,7 @@ static INLINE A_UINT8 *wmi_ctrl_path_cal_type_id_to_name(A_UINT32 cal_type_id)
|
||||
WMI_RETURN_STRING(WMI_CTRL_PATH_STATS_CAL_TYPE_PEF);
|
||||
WMI_RETURN_STRING(WMI_CTRL_PATH_STATS_CAL_TYPE_PADROOP);
|
||||
WMI_RETURN_STRING(WMI_CTRL_PATH_STATS_CAL_TYPE_SELFCALTPC);
|
||||
WMI_RETURN_STRING(WMI_CTRL_PATH_STATS_CAL_TYPE_RXSPUR);
|
||||
}
|
||||
|
||||
return (A_UINT8 *) "WMI_CTRL_PATH_STATS_CAL_TYPE_UNKNOWN";
|
||||
|
@@ -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_ 1392
|
||||
#define __WMI_REVISION_ 1393
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Reference in New Issue
Block a user