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/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