qcacmn: Update ML Reconfig TBTT docs and print per 11be D3.0

IEEE802.11be D3.0 has renamed the 'Delete Timer' subfield to 'AP
Removal Timer' in the STA Info field in per-STA profile in
Reconfiguration Multi-Link element. The earlier name did not correctly
reflect the AP removal operation and was a source of confusion.
Update documentation related to the erstwhile Delete Timer to indicate
the new name. Similarly, update a print related to this timer.

CRs-Fixed: 3589907
Change-Id: Ie5c9c4c8756057791095e87532e0e14bcf7ef133
This commit is contained in:
Krishna Rao
2023-08-14 12:30:26 +05:30
committed by Rahul Choudhary
szülő 4da1bf7d8c
commit a1c589112a
2 fájl változott, egészen pontosan 5 új sor hozzáadva és 5 régi sor törölve

Fájl megtekintése

@@ -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;

Fájl megtekintése

@@ -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",