Fix for Immediate block-ack bit not set in the capability info

Though driver supports immediate block ack, the corresponding bit
in the capability info of beacons is not set in the current driver
this commit sets the immediate block ack support bit in capability
information of beacons

Change-Id: Ib9b64c8fbdd5abae33266be4bb3a1166e4c8fcee
CRs-fixed: 579391
diff --git a/CORE/MAC/inc/wniCfgAp.h b/CORE/MAC/inc/wniCfgAp.h
index 84d45b0..bfe9455 100644
--- a/CORE/MAC/inc/wniCfgAp.h
+++ b/CORE/MAC/inc/wniCfgAp.h
@@ -38,6 +38,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
+
 /*
  * DO NOT EDIT - This file is generated automatically
  */
@@ -1426,11 +1427,11 @@
 
 #define WNI_CFG_BLOCK_ACK_ENABLED_STAMIN    0
 #define WNI_CFG_BLOCK_ACK_ENABLED_STAMAX    3
-#define WNI_CFG_BLOCK_ACK_ENABLED_STADEF    0
+#define WNI_CFG_BLOCK_ACK_ENABLED_STADEF    2
 
 #define WNI_CFG_BLOCK_ACK_ENABLED_APMIN    0
 #define WNI_CFG_BLOCK_ACK_ENABLED_APMAX    3
-#define WNI_CFG_BLOCK_ACK_ENABLED_APDEF    0
+#define WNI_CFG_BLOCK_ACK_ENABLED_APDEF    2
 
 #define WNI_CFG_BLOCK_ACK_ENABLED_DELAYED    0
 #define WNI_CFG_BLOCK_ACK_ENABLED_IMMEDIATE    1
diff --git a/CORE/MAC/inc/wniCfgSta.h b/CORE/MAC/inc/wniCfgSta.h
index bb5898c..13f9014 100644
--- a/CORE/MAC/inc/wniCfgSta.h
+++ b/CORE/MAC/inc/wniCfgSta.h
@@ -38,6 +38,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
+
 /*
  * DO NOT EDIT - This file is generated automatically
  */
@@ -1027,7 +1028,7 @@
 
 #define WNI_CFG_BLOCK_ACK_ENABLED_STAMIN    0
 #define WNI_CFG_BLOCK_ACK_ENABLED_STAMAX    3
-#define WNI_CFG_BLOCK_ACK_ENABLED_STADEF    0
+#define WNI_CFG_BLOCK_ACK_ENABLED_STADEF    2
 
 #define WNI_CFG_BLOCK_ACK_ENABLED_DELAYED    0
 #define WNI_CFG_BLOCK_ACK_ENABLED_IMMEDIATE    1
diff --git a/CORE/MAC/src/cfg/cfgUtil/cfg.txt b/CORE/MAC/src/cfg/cfgUtil/cfg.txt
index 60d12b0..4fe2fb5 100644
--- a/CORE/MAC/src/cfg/cfgUtil/cfg.txt
+++ b/CORE/MAC/src/cfg/cfgUtil/cfg.txt
@@ -2441,10 +2441,10 @@
 WNI_CFG_BLOCK_ACK_ENABLED    I    4    8
 V    RW    NP RESTART
 LIM
-0    3    0
+0    3    2
 V    RW    NP RESTART
 LIM
-0    3    0
+0    3    2
 
 #ENUM DELAYED 0
 #ENUM IMMEDIATE 1
diff --git a/firmware_bin/WCNSS_cfg.dat b/firmware_bin/WCNSS_cfg.dat
index 3e5fac3..5685e79 100644
--- a/firmware_bin/WCNSS_cfg.dat
+++ b/firmware_bin/WCNSS_cfg.dat
Binary files differ