From d1bb0204235b38e52493f6c98d949d3578aafd6e Mon Sep 17 00:00:00 2001 From: Sathish Kumar Date: Thu, 2 Nov 2017 10:44:39 +0530 Subject: [PATCH] qcacmn: Add support for periodic chan stats config command Add support for sending periodic chan stats config command to target. Once configured, host will receive the channel stats periodically as per the configured period Change-Id: Ic2b4692d0e2662ca590b925732f6cb33aac7a6de CRs-Fixed: 2136759 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 0f23b8b99f..45acbeaf67 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -4505,6 +4505,7 @@ struct mcast_group_update_params { struct periodic_chan_stats_params { uint32_t stats_period; bool enable; + uint32_t pdev_id; }; /**