From 27f9726c2468219c13e91959f33d2fd9e7885a80 Mon Sep 17 00:00:00 2001 From: Priyadarshnee S Date: Wed, 20 Nov 2019 15:48:12 +0530 Subject: [PATCH] qcacmn: Add an enum to configure UNII-1 and UNII-2A band coexistance Add an enum that enables/disables coexistance of UNII-1 and UNII-2A band channels. CRs-Fixed: 2570364 Change-Id: I30cdda555675e4772aff59ebbbacfdd79f699af5 --- dp/inc/cdp_txrx_stats_struct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 9a86e2e282..3288fef65a 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1814,6 +1814,8 @@ enum _ol_ath_param_t { #endif /* get MBSS enable flag */ OL_ATH_PARAM_MBSS_EN = 426, + /* UNII-1 and UNII-2A channel coexistance */ + OL_ATH_PARAM_CHAN_COEX = 427, }; #endif /* Bitmasks for stats that can block */