diff options
| author | Sandeep Puligilla <spuligil@codeaurora.org> | 2016-03-09 13:07:58 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-04-17 18:08:05 -0700 |
| commit | 1d9a8d8cc14736fcb46b8ff8fc33b0a0eca45cee (patch) | |
| tree | 667caae748e231f455bdb0a203ffb71ab8a407bd | |
| parent | b6ddc26740f3b8240b221026d7cc0ba6be63227e (diff) | |
qcacld-3.0: CL 1469405 - update fw common interface files
Propagation from qcacld-2.0 to qcacld-3.0
WMI scan flag to enable strict passive scan on passive chns
Provide initial Hawkeye HW header files.
Change-Id: I31b3244441857c812dc208d4ea2ce66d65c4fec3
CRs-Fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 3 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 61a10e2c0815..c673a9cb9540 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -2516,7 +2516,8 @@ typedef struct { #define WMI_SCAN_OFFCHAN_DATA_TX 0x4000 /** allow capture ppdu with phy errrors */ #define WMI_SCAN_CAPTURE_PHY_ERROR 0x8000 - +/** always do passive scan on passive channels */ +#define WMI_SCAN_FLAG_STRICT_PASSIVE_ON_PCHN 0x1000 /** WMI_SCAN_CLASS_MASK must be the same value as IEEE80211_SCAN_CLASS_MASK */ #define WMI_SCAN_CLASS_MASK 0xFF000000 diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 026931a8b1f6..acf977788270 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_ 216 +#define __WMI_REVISION_ 217 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
