qcacmn: Add support to parse roam frame info TLV
Add support to parse roam frame info TLV Change-Id: I3addd7256c003ca25c4dd5545ee0aa6a6c18a20f CRs-Fixed: 3013488
This commit is contained in:

committed by
Madan Koyyalamudi

parent
d57b561f80
commit
517a254443
@@ -3255,11 +3255,11 @@ QDF_STATUS
|
||||
wmi_unified_extract_roam_trigger_stats(wmi_unified_t wmi,
|
||||
void *evt_buf,
|
||||
struct wmi_roam_trigger_info *trig,
|
||||
uint8_t idx)
|
||||
uint8_t idx, uint8_t btm_idx)
|
||||
{
|
||||
if (wmi->ops->extract_roam_trigger_stats)
|
||||
return wmi->ops->extract_roam_trigger_stats(wmi, evt_buf, trig,
|
||||
idx);
|
||||
idx, btm_idx);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user