Эх сурвалжийг харах

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
Sandeep Puligilla 9 жил өмнө
parent
commit
1d9a8d8cc1

+ 2 - 1
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
 

+ 1 - 1
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