Browse Source

fw-api: CL 3537752 - update fw common interface files

define WMI_SCAN_FLAG_EXT_FILTER_PUBLIC_ACTION_FRAME flag

Change-Id: I67a490c335abb4c70476b00e94e83b7bfc03e7fc
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
590a4c89f2
2 changed files with 7 additions and 2 deletions
  1. 6 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 1
fw/wmi_unified.h

@@ -2937,6 +2937,11 @@ typedef enum {
 #define WMI_SCAN_DBS_POLICY_RESERVED            0x3
 #define WMI_SCAN_DBS_POLICY_MAX                 0x3
 
+/** Enable Reception of Public Action frame with this flag
+ * (inside scan_ctrl_flags_ext field of wmi_start_scan_cmd_fixed_param)
+ */
+#define WMI_SCAN_FLAG_EXT_FILTER_PUBLIC_ACTION_FRAME      0x4
+
 typedef struct {
     A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_stop_scan_cmd_fixed_param */
     /** requestor requesting cancel  */
@@ -7753,7 +7758,7 @@ typedef enum {
      *  a/b/g rates.
      *  bit 0~15  : 11b mode TX chain number.
      *  bit 16~31 : 11ag mode TX chain number.
-     *  
+     *
      *  valid values:
      *      Should not exceed the maximum number of supported TX Chains
      *      0 - Used to reset the vote. Acts as Don't Care

+ 1 - 1
fw/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_ 444
+#define __WMI_REVISION_ 445
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work