SCAN-OFFLOAD: SME changes for updating the default channel list.

SME changes for updating the default channel list during
initialization.

Change-Id: I687595b4bd71a9bb0c5de37110e48ac56775218f
CRs-fixed: 500914
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index 64aa6b2..9cb86c7 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -4225,4 +4225,16 @@
     tANI_U32 scanId;
 } tSirScanOffloadEvent, *tpSirScanOffloadEvent;
 
+typedef struct sSirUpdateChanParam
+{
+    tANI_U8 chanId;
+    tANI_U8 pwr;
+} tSirUpdateChanParam, *tpSirUpdateChanParam;
+
+typedef struct sSirUpdateChan
+{
+    tANI_U8 numChan;
+    tSirUpdateChanParam chanParam[1];
+} tSirUpdateChanList, *tpSirUpdateChanList;
+
 #endif /* __SIR_API_H */