diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-09-19 03:40:50 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-09-19 03:40:50 -0700 |
| commit | 6dc7c436ce0b1dad6699496399fb9cafca8939e7 (patch) | |
| tree | 6ec3ce5b11aee9654b59d8cb00316bbfda22caeb | |
| parent | 18551d75ab7df36b46f93832e57e9f5f2b1d0ec6 (diff) | |
| parent | 92415a6d940c61a984e39dca9cb1b9ea5a8363c8 (diff) | |
Merge "qcacld-2.0: CL 4669157 - Update fw common interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 25 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 14 insertions, 13 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 9ea2fea6ddcd..3e8029f2a7fb 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5700,18 +5700,19 @@ typedef struct { } wmi_pdev_set_wmm_params_cmd_fixed_param; typedef enum { - WMI_REQUEST_PEER_STAT = 0x01, - WMI_REQUEST_AP_STAT = 0x02, - WMI_REQUEST_PDEV_STAT = 0x04, - WMI_REQUEST_VDEV_STAT = 0x08, - WMI_REQUEST_BCNFLT_STAT = 0x10, - WMI_REQUEST_VDEV_RATE_STAT = 0x20, - WMI_REQUEST_INST_STAT = 0x40, - WMI_REQUEST_MIB_STAT = 0x80, - WMI_REQUEST_RSSI_PER_CHAIN_STAT = 0x100, - WMI_REQUEST_CONGESTION_STAT = 0x200, - WMI_REQUEST_PEER_EXTD_STAT = 0x400, - WMI_REQUEST_BCN_STAT = 0x800, + WMI_REQUEST_PEER_STAT = 0x0001, + WMI_REQUEST_AP_STAT = 0x0002, + WMI_REQUEST_PDEV_STAT = 0x0004, + WMI_REQUEST_VDEV_STAT = 0x0008, + WMI_REQUEST_BCNFLT_STAT = 0x0010, + WMI_REQUEST_VDEV_RATE_STAT = 0x0020, + WMI_REQUEST_INST_STAT = 0x0040, + WMI_REQUEST_MIB_STAT = 0x0080, + WMI_REQUEST_RSSI_PER_CHAIN_STAT = 0x0100, + WMI_REQUEST_CONGESTION_STAT = 0x0200, + WMI_REQUEST_PEER_EXTD_STAT = 0x0400, + WMI_REQUEST_BCN_STAT = 0x0800, + WMI_REQUEST_BCN_STAT_RESET = 0x1000, } wmi_stats_id; /* diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 1dc95f36f7e6..5312476b1bc2 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -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_ 539 +#define __WMI_REVISION_ 540 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
