diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-09 12:01:43 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-16 00:00:33 -0800 |
| commit | 98c188bdb4cf6b42809e92164cb8c32cea47670c (patch) | |
| tree | 59ea52343776ddd5576215774897613df7fb03c4 | |
| parent | 3633f4915ca64114d387a1ba68b00c25bad74340 (diff) | |
qcacld-3.0: CL 2703071 - update fw common interface files
Make set chan list a pdev level cmd.
Change-Id: Iff2d7698c7e2869f6f270a7f604338487df606a0
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 1 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 01ed78216323..0fc45a6961f6 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -2840,6 +2840,7 @@ typedef struct { A_UINT32 num_scan_chans; /** no of elements in chan_info[] */ A_UINT32 flags; /* Flags used to control the behavior of channel list update on target side */ + A_UINT32 pdev_id; /* pdev_id for identifying the MAC. See macros starting with WMI_PDEV_ID_ for values */ /** Followed by the variable length TLV chan_info: * wmi_channel chan_info[] */ } wmi_scan_chan_list_cmd_fixed_param; diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 7b4cdbd60f10..6e1b88304e18 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 317 +#define __WMI_REVISION_ 318 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
