From ced1918365f49eee92994a53ec504cb973311cc6 Mon Sep 17 00:00:00 2001 From: Shreedhar Parande Date: Mon, 2 Jul 2018 18:55:15 +0530 Subject: [PATCH] qcacmn: Commands related to PreCAC auto channel switch support Added commands for setting intermediate channel and getting precac channel state. CRs-fixed: 2272085 Change-Id: I735f70008abdbe60ce2c167e7c0fe9227572b96c --- dp/inc/cdp_txrx_stats_struct.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index ed2759d361..1378acd797 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -1249,6 +1249,10 @@ enum _ol_ath_param_t { OL_ATH_PARAM_SMARTLOG_SKB_SZ = 371, OL_ATH_PARAM_SMARTLOG_P1PINGFAIL = 372, #endif /* OL_ATH_SMART_LOGGING */ +#ifdef WLAN_DFS_PRECAC_AUTO_CHAN_SUPPORT + OL_ATH_PARAM_PRECAC_INTER_CHANNEL = 373, + OL_ATH_PARAM_PRECAC_CHAN_STATE = 374, +#endif };