wlan :Increase the number of channel in channel avoidance support.

For CxM support for LTE-Carrier aggregation coexistence with wlan,
increase the number of channel in channel avoidance support from
4 to 15.

CRs-Fixed: 855340
Change-Id: I72e9b1a7eda79713af872e70e2cbef889dc235c7
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi.h b/CORE/WDI/CP/inc/wlan_qct_wdi.h
index de38c88..0690f78 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi.h
@@ -834,7 +834,7 @@
 }  WDI_FWStatsResults;
 
 #ifdef FEATURE_WLAN_CH_AVOID
-#define WDI_CH_AVOID_MAX_RANGE   4
+#define WDI_CH_AVOID_MAX_RANGE   15
 
 typedef struct
 {