From d819e98465214e67a8a0b12d20730c35aa52fef4 Mon Sep 17 00:00:00 2001 From: Jeevan Kukkalli Date: Tue, 26 Sep 2017 15:02:45 +0530 Subject: [PATCH] qcacmn: Parameter API related changes Added flag to enable/disable parameter api feature on a particular radio Change-Id: I9f814d477a1ed24cadb957fe79585b0c89e88ff7 CRs-Fixed: 2180230 --- dp/inc/cdp_txrx_stats_struct.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 0455d4a7b5..46d6577368 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -868,6 +868,7 @@ enum _ol_ath_param_t { OL_ATH_PARAM_TXCHAINSOFT = 361, OL_ATH_PARAM_WIDE_BAND_SCAN = 362, OL_ATH_PARAM_CCK_TX_ENABLE = 363, + OL_ATH_PARAM_PAPI_ENABLE = 364, }; /* Enumeration of PDEV Configuration parameter */