From bd9ecaee84c696ab1650f9bf4fd3b5f2fcf1f20f Mon Sep 17 00:00:00 2001 From: c_cgodav Date: Tue, 24 Oct 2017 10:43:51 +0530 Subject: [PATCH] qcacmn: Add enum for ACS Ranking iwpriv Added iwpriv ENUM for ACS Ranking feature enable/disable Change-Id: I7a7289f458adacb7890bfbdbdaf5528c4016a7c0 --- 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 0a0d7a2935..ee94f17683 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -501,6 +501,7 @@ enum _ol_ath_param_t { OL_ATH_PARAM_ICM_ACTIVE = 357, OL_ATH_PARAM_NOMINAL_NOISEFLOOR = 358, OL_ATH_PARAM_CHAN_INFO = 359, + OL_ATH_PARAM_ACS_RANK = 360, }; /* Enumeration of PDEV Configuration parameter */