qcacmn: Rename multi_link into multi_link_bv
In struct ie_list, rename multi_link variable into multi_link_bv. Change-Id: Icfa26f20f9004c6e342add97a34505f45372c636 CRs-Fixed: 3313417
This commit is contained in:

gecommit door
Madan Koyyalamudi

bovenliggende
d59c9453d6
commit
433dee00be
@@ -202,7 +202,7 @@ struct channel_info {
|
||||
* @rsnxe: Pointer to rsnxe IE
|
||||
* @ehtcap: pointer to ehtcap ie
|
||||
* @ehtop: pointer to eht op ie
|
||||
* @multi_link: pointer to multi link IE
|
||||
* @multi_link_bv: pointer to multi link basic variant IE
|
||||
* @bwnss_map: pointer to NSS map IE
|
||||
* @secchanoff: pointer to secondary chan IE
|
||||
* @mdie: pointer to md IE
|
||||
@@ -269,7 +269,7 @@ struct ie_list {
|
||||
uint8_t *ehtop;
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
uint8_t *multi_link;
|
||||
uint8_t *multi_link_bv;
|
||||
#endif
|
||||
uint8_t *qcn;
|
||||
|
||||
|
@@ -740,7 +740,8 @@ util_scan_copy_beacon_data(struct scan_cache_entry *new_entry,
|
||||
ie_lst->ehtop = conv_ptr(ie_lst->ehtop, old_ptr, new_ptr);
|
||||
#endif
|
||||
#ifdef WLAN_FEATURE_11BE_MLO
|
||||
ie_lst->multi_link = conv_ptr(ie_lst->multi_link, old_ptr, new_ptr);
|
||||
ie_lst->multi_link_bv =
|
||||
conv_ptr(ie_lst->multi_link_bv, old_ptr, new_ptr);
|
||||
#endif
|
||||
ie_lst->qcn = conv_ptr(ie_lst->qcn, old_ptr, new_ptr);
|
||||
|
||||
|
Verwijs in nieuw issue
Block a user