fw-api: CL 27444604 - update fw common interface files
Change-Id: I6911bdb80988b788cf623a4a308c43f0311c5d1a CRs-Fixed: 3830439
This commit is contained in:
parent
39a2d7b904
commit
27e5d776c3
@ -40455,6 +40455,17 @@ typedef struct {
|
||||
* than rssi_6g_threshold. If rssi_6g_threshold is 0, it should be ignored.
|
||||
*/
|
||||
A_INT32 rssi_6g_threshold; /* units = dBm */
|
||||
/** bss_load_alpha_pct
|
||||
* This parameter is used for updating the exponential average of the
|
||||
* BSS load:
|
||||
* new avg BSS load =
|
||||
* new BSS load measurement * alpha / 100 +
|
||||
* old avg BSS load * (100 - alpha) / 100
|
||||
* This parameter uses percent units. E.g. if bss_load_alpha_pct == 10,
|
||||
* the new average will be the sum of 10% of the new measurement + 90% of
|
||||
* the old average.
|
||||
*/
|
||||
A_UINT32 bss_load_alpha_pct;
|
||||
} wmi_roam_bss_load_config_cmd_fixed_param;
|
||||
|
||||
/** Deauth roam trigger parameters */
|
||||
|
@ -37,7 +37,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_ 1513
|
||||
#define __WMI_REVISION_ 1514
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Loading…
Reference in New Issue
Block a user