fw-api: CL 3186656 - update fw common interface files
add RSSI offset for 5G bands roaming threshold w.r.t. 2G band Change-Id: I374399e2530ad164ac02a33117f9eb5657b9ad71 CRs-Fixed: 1107600
This commit is contained in:
@@ -4351,7 +4351,7 @@ typedef enum {
|
||||
*/
|
||||
WMI_PDEV_PARAM_ABG_MODE_TX_CHAIN_NUM,
|
||||
/** Enable/Disable cck txfir override
|
||||
* bit 0 - enable (1) or disale (0) CCK tx FIR
|
||||
* bit 0 - enable (1) or disable (0) CCK tx FIR
|
||||
* bits 31:1 - unused / reserved (set to 0)
|
||||
*/
|
||||
WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE,
|
||||
@@ -9255,6 +9255,10 @@ typedef struct {
|
||||
A_UINT32 hirssi_scan_delta;
|
||||
/** 5G scan upper bound */
|
||||
A_UINT32 hirssi_upper_bound;
|
||||
/** roam scan rssi threshold for 5G band.
|
||||
* offset from roam_scan_rssi_thres, in dB units
|
||||
*/
|
||||
A_INT32 rssi_thresh_offset_5g;
|
||||
/* The TLVs will follow.
|
||||
* wmi_roam_scan_extended_threshold_param extended_param;
|
||||
* wmi_roam_earlystop_rssi_thres_param earlystop_param;
|
||||
@@ -9809,15 +9813,15 @@ enum {
|
||||
};
|
||||
|
||||
/** lca_enable_source_bitmap */
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_PER = 0x1,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_BMISS = 0x2,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_LOW_RSSI = 0x4,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_HIGH_RSSI = 0x8,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_PERIODIC = 0x10,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_MAWC = 0x20, /* MAWC = Motion Aided Wifi connectivity */
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_DENSE = 0x40,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_BACKGROUND = 0x80,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_FORCED = 0x100,
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_PER 0x1
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_BMISS 0x2
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_LOW_RSSI 0x4
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_HIGH_RSSI 0x8
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_PERIODIC 0x10
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_MAWC 0x20 /* MAWC = Motion Aided Wifi connectivity */
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_DENSE 0x40
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_BACKGROUND 0x80
|
||||
#define WMI_ROAM_LCA_DISALLOW_SOURCE_FORCED 0x100
|
||||
|
||||
typedef struct {
|
||||
A_UINT32 tlv_header; /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_roam_filter_list_fixed_param */
|
||||
|
@@ -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_ 407
|
||||
#define __WMI_REVISION_ 408
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Reference in New Issue
Block a user