1
0

qcacmn: Add flag to filter special vendor roam log

Since special vendor roam log is not need for common roam,
add flag to filter the log.

Change-Id: Ide67de16ae68c507a7b4e81672cbf5e0fc0e4c5d
CRs-Fixed: 3442621
Este cometimento está contido em:
chunquan luo
2023-03-23 17:07:53 +08:00
cometido por Madan Koyyalamudi
ascendente b5f74912c1
cometimento 9ee8244cd8
2 ficheiros modificados com 4 adições e 0 eliminações

Ver ficheiro

@@ -9219,6 +9219,7 @@ struct wmi_neighbor_report_data {
/**
* struct wmi_roam_trigger_info() - Roam trigger related details
* @present: Flag to check if the roam_trigger_info tlv is present
* @common_roam: Flag to indicate common roam or special roam
* @trigger_reason: Roam trigger reason(enum WMI_ROAM_TRIGGER_REASON_ID)
* @trigger_sub_reason: Sub reason for roam trigger if multiple roam scans
* @current_rssi: Connected AP RSSI
@@ -9244,6 +9245,7 @@ struct wmi_neighbor_report_data {
*/
struct wmi_roam_trigger_info {
bool present;
bool common_roam;
uint32_t trigger_reason;
uint32_t trigger_sub_reason;
uint32_t current_rssi;