wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacoidmsg.h
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacoidmsg.h	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacoidmsg.h	Mon May 03 14:14:02 2010 +0300
@@ -17,7 +17,7 @@
 */
 
 /*
-* %version: 43 %
+* %version: 44 %
 */
 
 #ifndef WLAN_OID_MSG_H
@@ -555,6 +555,13 @@
     {
     /** Common message header */
     TOIDHeader hdr;
+    /** 
+    * If a bit in this mask is set, use of the corresponding WLAN 
+    * feature is allowed; otherwise it is not allowed.
+    * Note that this mask doesn't contain all supported WLAN features
+    * but only the ones which we allow to be be configured on or off. 
+    */
+    TWlanFeatures allowedWlanFeatures;    
     /** Limit for packet size when to use RTS/CTS protocol. */
     TUint16 RTSThreshold;
     /** Max. time to (re-)send whole MSDU packet (in TUs) */
@@ -607,7 +614,6 @@
     * loss prediction indications.
     */
     TUint32 spMinIndicationInterval;
-
     } TConfigureMsg;
 
 // -------------------------------------------------------------------------