qcacld-3.0: Rename multi_link into multi_link_bv
In struct ie_list, rename multi_link variable into multi_link_bv. Change-Id: Id10f62e3ba298da32224c0afec9df4f1b030bc76 CRs-Fixed: 3318529
This commit is contained in:
committed by
Madan Koyyalamudi
parent
d5f09532f0
commit
567d5833ff
@@ -744,7 +744,7 @@ static void if_mgr_update_candidate(struct wlan_objmgr_psoc *psoc,
|
|||||||
{
|
{
|
||||||
struct scan_cache_entry *scan_entry = candidate_info->scan_entry;
|
struct scan_cache_entry *scan_entry = candidate_info->scan_entry;
|
||||||
|
|
||||||
if (!(scan_entry->ie_list.multi_link || scan_entry->ie_list.ehtcap ||
|
if (!(scan_entry->ie_list.multi_link_bv || scan_entry->ie_list.ehtcap ||
|
||||||
scan_entry->ie_list.ehtop))
|
scan_entry->ie_list.ehtop))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -752,7 +752,7 @@ static void if_mgr_update_candidate(struct wlan_objmgr_psoc *psoc,
|
|||||||
util_scan_entry_ie_data(scan_entry),
|
util_scan_entry_ie_data(scan_entry),
|
||||||
util_scan_entry_ie_len(scan_entry)))
|
util_scan_entry_ie_len(scan_entry)))
|
||||||
return;
|
return;
|
||||||
scan_entry->ie_list.multi_link = NULL;
|
scan_entry->ie_list.multi_link_bv = NULL;
|
||||||
scan_entry->ie_list.ehtcap = NULL;
|
scan_entry->ie_list.ehtcap = NULL;
|
||||||
scan_entry->ie_list.ehtop = NULL;
|
scan_entry->ie_list.ehtop = NULL;
|
||||||
qdf_mem_zero(&scan_entry->ml_info, sizeof(scan_entry->ml_info));
|
qdf_mem_zero(&scan_entry->ml_info, sizeof(scan_entry->ml_info));
|
||||||
|
|||||||
Reference in New Issue
Block a user