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
Dieser Commit ist enthalten in:
spuligil
2017-10-02 19:02:42 -07:00
committet von Gerrit - the friendly Code Review server
Ursprung 2170d4a820
Commit 590a4c89f2
2 geänderte Dateien mit 7 neuen und 2 gelöschten Zeilen

Datei anzeigen

@@ -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

Datei anzeigen

@@ -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