wlan: Align PNO channels buffer size of WDI with MAC.

Difference in buffer size defined for PNO channels accross
the modules in UMAC leads to buffer overflow and memory corruption.
This commit aligns buffer size defined for PNO channels in WDI
with MAC.

Change-Id: I37b5dad0bef2bcca8a8f8e89950a572226b17656
CRs-fixed: 550262
diff --git a/CORE/WDI/CP/inc/wlan_qct_wdi.h b/CORE/WDI/CP/inc/wlan_qct_wdi.h
index a8add0d..e80cf4c 100644
--- a/CORE/WDI/CP/inc/wlan_qct_wdi.h
+++ b/CORE/WDI/CP/inc/wlan_qct_wdi.h
@@ -4550,7 +4550,7 @@
   wpt_uint8    ucChannelCount;
 
   /*the actual channels*/
-  wpt_uint8    aChannels[WDI_PNO_MAX_NETW_CHANNELS];
+  wpt_uint8    aChannels[WDI_PNO_MAX_NETW_CHANNELS_EX];
 
   /*rssi threshold that a network must meet to be considered, 0 - for any*/
   wpt_uint8    rssiThreshold;