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

Add WMI_PEER_PARAM_FW_CONGESTION_DISABLE def

Change-Id: I78e3a72e32b0da0a7cd1fe8fe65d71833d7dcac7
CRs-Fixed: 2262693
Šī revīzija ir iekļauta:
spuligil
2019-11-06 18:00:34 -08:00
vecāks 984eff093a
revīzija 715268c551
2 mainīti faili ar 7 papildinājumiem un 1 dzēšanām

Parādīt failu

@@ -11876,6 +11876,12 @@ typedef struct {
/* Per peer MISC stats enable or disable */ /* Per peer MISC stats enable or disable */
#define WMI_PEER_PARAM_MISC_STATS_ENABLE 0x22 #define WMI_PEER_PARAM_MISC_STATS_ENABLE 0x22
/* Per peer FW congestion enable or disable:
* A parameter value of 1 will disable FW tx congestion control for the peer,
* a parameter value 0f 0 will enable FW tx congestion control for the peer.
*/
#define WMI_PEER_PARAM_FW_CONGESTION_DISABLE 0x23
/** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE */ /** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE */
#define WMI_PEER_MIMO_PS_NONE 0x0 #define WMI_PEER_MIMO_PS_NONE 0x0
#define WMI_PEER_MIMO_PS_STATIC 0x1 #define WMI_PEER_MIMO_PS_STATIC 0x1

Parādīt failu

@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 735 #define __WMI_REVISION_ 736
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work