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
This commit is contained in:
Priyadarshnee S
2019-11-20 15:48:12 +05:30
committed by nshrivas
parent 52ccb5e615
commit 27f9726c24

View File

@@ -1814,6 +1814,8 @@ enum _ol_ath_param_t {
#endif #endif
/* get MBSS enable flag */ /* get MBSS enable flag */
OL_ATH_PARAM_MBSS_EN = 426, OL_ATH_PARAM_MBSS_EN = 426,
/* UNII-1 and UNII-2A channel coexistance */
OL_ATH_PARAM_CHAN_COEX = 427,
}; };
#endif #endif
/* Bitmasks for stats that can block */ /* Bitmasks for stats that can block */