diff --git a/umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h b/umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h index b6f844e54c..e6bd750337 100644 --- a/umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h +++ b/umac/mlo_mgr/inc/wlan_mlo_mgr_public_structs.h @@ -1384,7 +1384,7 @@ struct mlo_link_removal_cmd_params { /** * struct mlo_link_removal_tbtt_info - MLO link removal TBTT info. This * information will be in correspondence with an outgoing beacon instance. - * @tbtt_count: Delete timer TBTT count in the reported beacon + * @tbtt_count: AP removal timer TBTT count in the reported beacon * @qtimer_reading: Q-timer reading when the reported beacon is sent out * @tsf: TSF of the reported beacon */ @@ -1409,7 +1409,7 @@ struct mlo_link_removal_evt_params { * a link undergoing removal from its MLD * @vdev_id: Vdev ID of the link undergoing removal * @hw_link_id: HW link ID of the link undergoing removal - * @tbtt_count: Delete timer TBTT count of the link undergoing removal + * @tbtt_count: AP removal timer TBTT count of the link undergoing removal */ struct mgmt_rx_mlo_link_removal_info { uint8_t vdev_id; diff --git a/umac/mlo_mgr/src/utils_mlo.c b/umac/mlo_mgr/src/utils_mlo.c index 24a69479f9..ac26cebae2 100644 --- a/umac/mlo_mgr/src/utils_mlo.c +++ b/umac/mlo_mgr/src/utils_mlo.c @@ -4257,8 +4257,8 @@ util_parse_rvmlie_perstaprofile_stactrl(uint8_t *subelempayload, * payloads of all subsequent fragments (if any) but not the headers of * those fragments. * - * Currently, the helper returns the link ID, MAC address, Delete timer - * and STA profile. More (sub)fields can be added when required. + * Currently, the helper returns the link ID, MAC address, AP removal + * timer and STA profile. More (sub)fields can be added when required. */ if (!subelempayload) { mlo_err("Pointer to subelement payload is NULL"); @@ -4541,7 +4541,7 @@ util_parse_rv_info_from_linkinfo(uint8_t *linkinfo, if (is_ap_removal_timer_valid) link_info->ap_removal_timer = ap_removal_timer; else - mlo_warn_rl("Delete timer not found in STA Info field of per-STA profile with link ID %u", + mlo_warn_rl("AP removal timer not found in STA Info field of per-STA profile with link ID %u", linkid); mlo_debug("Per-STA Profile Link ID: %u AP removal timer present: %d AP removal timer: %u",