Fix for out of boundary memory access in driver

fix the out of boundary memory access in qosmap
by correcting the array size.

Change-Id: I7358a5870b43d2110c8bd3714771a6a2b4364ae7
CRs-fixed: 679023
diff --git a/CORE/MAC/inc/sirApi.h b/CORE/MAC/inc/sirApi.h
index c58213f..b20e97d 100644
--- a/CORE/MAC/inc/sirApi.h
+++ b/CORE/MAC/inc/sirApi.h
@@ -2739,7 +2739,7 @@
     tANI_U8      present;
     tANI_U8      num_dscp_exceptions;
     tANI_U8      dscp_exceptions[21][2];
-    tANI_U8      dscp_range[7][2];
+    tANI_U8      dscp_range[8][2];
 } tSirQosMapSet, *tpSirQosMapSet;
 
 //