diff options
| author | gaolez <gaolez@codeaurora.org> | 2017-04-14 17:52:45 +0800 |
|---|---|---|
| committer | gaolez <gaolez@codeaurora.org> | 2017-04-14 17:54:50 +0800 |
| commit | 90a065bea9944988a18c34eb2e41ecbbdd4aa5a6 (patch) | |
| tree | 90c70b848d88c7b58efd3f33723c0d46e88002e2 | |
| parent | 2913c3985b31beef74a09b1a60537445d8bd8e15 (diff) | |
qcacld-2.0: CL 2905712 - update fw common interface files
add freq field to WMI ADD_MAC_ADDR_TO_RX_FILTER_CMD
Change-Id: I48a7ff46c75bed9264730bfdf60c4b0d02a4d2c0
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 3307d27a14bf..b0b6f034695c 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -18647,6 +18647,8 @@ typedef struct { A_UINT32 enable; /* randomization mac address if randomization is enabled */ wmi_mac_addr mac_addr; + /* To get the PMAC from freq param */ + A_UINT32 freq; /* units in MHz */ } wmi_vdev_add_mac_addr_to_rx_filter_cmd_fixed_param; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index bd8e608e58bd..7fa364a92fd4 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_ 360 +#define __WMI_REVISION_ 361 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
