qcacmn: Add ctl failsafe event
CTL failsafe event handler adds the capability to inform host when failsafe algorithm invoked. CRs-Fixed: 2333137 Change-Id: I91298c9be1f0f8291c927dbd3ac4a2a9f1b9f31b
This commit is contained in:
@@ -4715,6 +4715,7 @@ typedef enum {
|
||||
#endif /* OL_ATH_SMART_LOGGING */
|
||||
wmi_wlan_sar2_result_event_id,
|
||||
wmi_esp_estimate_event_id,
|
||||
wmi_pdev_ctl_failsafe_check_event_id,
|
||||
wmi_events_max,
|
||||
} wmi_conv_event_id;
|
||||
|
||||
@@ -6609,6 +6610,14 @@ typedef struct {
|
||||
uint32_t reserved;
|
||||
} wmi_host_pdev_bss_chan_info_event;
|
||||
|
||||
/**
|
||||
* struct wmi_host_pdev_ctl_failsafe_event
|
||||
* @ctl_failsafe_status: Indicate if Failsafe value is imposed on CTL
|
||||
*/
|
||||
struct wmi_host_pdev_ctl_failsafe_event {
|
||||
uint32_t ctl_failsafe_status;
|
||||
};
|
||||
|
||||
#define WMI_HOST_INST_STATS_INVALID_RSSI 0
|
||||
/**
|
||||
* struct wmi_host_inst_stats_resp
|
||||
|
Reference in New Issue
Block a user