qcacmn: Add Params for Continuous Background Scan(CBS)

OL_ATH_PARAM_CBS - Command to enable/disable CBS
OL_ATH_PARAM_DCS_SIM - Command to simulate DCS interferences
OL_ATH_PARAM_CBS_DWELL_SPLIT_TIME - Command to configure
Dwell Split time
OL_ATH_PARAM_CBS_DWELL_REST_TIME - Command to configure
Dwell Rest time
OL_ATH_PARAM_CBS_WAIT_TIME - Command to configure CBS wait time.
OL_ATH_PARAM_CBS_CSA - Command to enable channel switch with CBS.

Change-Id: If1c45c7caa53da7f05e56f23c74cf1b982ea8f48
CRs-Fixed: 2134748
diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h
index f4fb7c2..d996bdf 100644
--- a/dp/inc/cdp_txrx_stats_struct.h
+++ b/dp/inc/cdp_txrx_stats_struct.h
@@ -1260,6 +1260,14 @@
 	OL_ATH_PARAM_ESP_PPDU_DURATION = 378,
 	OL_ATH_PARAM_ESP_BA_WINDOW = 379,
 #endif /* QCN_ESP_IE */
+
+	OL_ATH_PARAM_CBS = 380,
+	OL_ATH_PARAM_DCS_SIM = 381,
+	OL_ATH_PARAM_CBS_DWELL_SPLIT_TIME = 382,
+	OL_ATH_PARAM_CBS_DWELL_REST_TIME = 383,
+	OL_ATH_PARAM_CBS_WAIT_TIME = 384,
+	OL_ATH_PARAM_CBS_REST_TIME = 385,
+	OL_ATH_PARAM_CBS_CSA = 386,
 };
 
 /* Enumeration of PDEV Configuration parameter */