fw-api: CL 25840790 - update fw common interface files
WMI: add more ROAM_SCAN_CANCEL reasons, add ROAM_FAIL_REASON_SCAN_CANCEL also, piggyback name update: WMI_PDEV_PARAM_PWR_REDUCTION_IN_DBM -> WMI_PDEV_PARAM_PWR_REDUCTION_IN_QUARTER_DB Change-Id: I5c1737b8414d87ab90ff58e4a6f8ae9d8d7350dd CRs-Fixed: 2262693
This commit is contained in:
@@ -9496,12 +9496,12 @@ typedef enum {
|
||||
*/
|
||||
WMI_PDEV_PARAM_DFS_RADAR_MASK,
|
||||
|
||||
/** PWR_REDUCTION_IN_DBM:
|
||||
/** PWR_REDUCTION_IN_QUARTER_DB:
|
||||
* Reduce final Tx power (derived after all considerations)
|
||||
* by specified value in units of 0.25 dB.
|
||||
* E.g. a value of 4 will result in a 1.0 dB tx power reduction.
|
||||
*/
|
||||
WMI_PDEV_PARAM_PWR_REDUCTION_IN_DBM,
|
||||
WMI_PDEV_PARAM_PWR_REDUCTION_IN_QUARTER_DB,
|
||||
} WMI_PDEV_PARAM;
|
||||
|
||||
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
|
||||
@@ -40241,6 +40241,7 @@ typedef enum {
|
||||
WMI_ROAM_FAIL_REASON_NO_AP_FOUND_AND_FINAL_BMISS_SENT, /* No roamable APs found during roam scan and final bmiss event sent */
|
||||
WMI_ROAM_FAIL_REASON_NO_CAND_AP_FOUND_AND_FINAL_BMISS_SENT, /* No candidate APs found during roam scan and final bmiss event sent */
|
||||
WMI_ROAM_FAIL_REASON_CURR_AP_STILL_OK, /* Roam scan not happen due to current network condition is fine */
|
||||
WMI_ROAM_FAIL_REASON_SCAN_CANCEL, /* Roam scan canceled */
|
||||
|
||||
WMI_ROAM_FAIL_REASON_UNKNOWN = 255,
|
||||
} WMI_ROAM_FAIL_REASON_ID;
|
||||
@@ -40251,6 +40252,8 @@ typedef enum {
|
||||
WMI_ROAM_ABORT_LOWRSSI_LINK_SPEED_GOOD, /* Roam scan is not started due to good link speed during low-RSSI roaming */
|
||||
WMI_ROAM_ABORT_BG_DATA_RSSI_HIGH, /* Roam scan is not started due to high data RSSI during background roaming */
|
||||
WMI_ROAM_ABORT_BG_RSSI_ABOVE_THRESHOLD, /* Roam scan is not started due to high beacon RSSI during background roaming */
|
||||
WMI_ROAM_SCAN_CANCEL_IDLE_SCREEN_ON, /* Idle roam scan is canceled due to screen on */
|
||||
WMI_ROAM_SCAN_CANCEL_OTHER_PRIORITY_ROAM_SCAN, /* Roam scan is canceled due to other high priority roam scan */
|
||||
} WMI_ROAM_FAIL_SUB_REASON_ID;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user