wlan: Fixing the Connectivity Issue with AP RB751G-2HnD

Made the RSN Capabilities field in RSN IE as Optional.
Because few AP are not including this field, STA is trying to parse it
as it is declared as mandatary field in parser

CRs-Fixed: 408397
Change-Id: I9ca470ce2e7240b7a8b15cbcf1c55021c99b0ad5
diff --git a/CORE/MAC/src/include/dot11f.h b/CORE/MAC/src/include/dot11f.h
index c8aa6ef..0fe2963 100644
--- a/CORE/MAC/src/include/dot11f.h
+++ b/CORE/MAC/src/include/dot11f.h
@@ -52,7 +52,7 @@
   *
   *
   * This file was automatically generated by 'framesc'
-  * Mon Feb 25 17:00:55 2013 from the following file(s):
+  * Wed Mar  6 12:08:58 2013 from the following file(s):
   *
   * dot11f.frms
   * 
@@ -5006,11 +5006,7 @@
     tANI_U8      pwise_cipher_suites[4][4];
     tANI_U16     akm_suite_count;
     tANI_U8      akm_suites[4][4];
-    tANI_U16          preauth: 1;
-    tANI_U16         no_pwise: 1;
-    tANI_U16 PTKSA_replay_counter: 2;
-    tANI_U16 GTKSA_replay_counter: 2;
-    tANI_U16         reserved: 10;
+    tANI_U8      RSN_Cap[2];
     tANI_U16     pmkid_count;
     tANI_U8      pmkid[4][16];
 } tDot11fIERSN;