diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-04-25 09:43:22 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-25 09:43:22 -0700 |
| commit | af5a7635e1a0f9884bfe7fc5cef39fbd670e73c1 (patch) | |
| tree | 54976f32c592b058aac989d2c4ca595bf9b46cfa | |
| parent | 1037ed1aa6528097d72dd0ce166d1f62d5b629b5 (diff) | |
| parent | 90a065bea9944988a18c34eb2e41ecbbdd4aa5a6 (diff) | |
Merge "qcacld-2.0: CL 2905712 - update fw common interface files" into wlan-cld2.driver.lnx.1.0-dev
| -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 |
