From 8dcdbdec6f14bcf081baff0bec45613a727e619b Mon Sep 17 00:00:00 2001 From: Abhinav Kumar Date: Thu, 5 Apr 2018 18:53:39 +0530 Subject: [PATCH] qcacmn: Add new ini to set delay Hand-off period Add new ini item "ho_delay_for_rx" to set delay Hand-off period. For LFR 3.0 roaming scenario, once roam candidate is found, firmware waits for minimum this much duration to receive pending rx frames from current BSS before switching to new channel for handoff to new AP. Pass value of ho_delay_for_rx to fw in case of roam offload. Change-Id: I19141928a2885371bc1b9e7b720473d99c4ebb1d CRs-Fixed: 2221755 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 6c9103e799..e08ee07c82 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -1875,6 +1875,7 @@ typedef struct { uint32_t wmm_caps; /* since this is 4 byte aligned, we don't declare it as tlv array */ uint32_t mcsset[WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET >> 2]; + uint32_t ho_delay_for_rx; } roam_offload_param; #define WMI_FILS_MAX_RRK_LENGTH 64