wlan_bearer/wlanldd/wlan_common/umac_common/src/Umac.cpp
changeset 17 41a8eba36f74
parent 13 ab7247ff6ef9
child 19 629e60dfa279
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/src/Umac.cpp	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/src/Umac.cpp	Mon May 03 14:14:02 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 55 %
+* %version: 56 %
 */
 
 #include "config.h"
@@ -690,6 +690,10 @@
     
     const TConfigureMsg* msg = static_cast<const TConfigureMsg*>(aInputBuffer);
 
+#ifndef NDEBUG
+    OsTracePrint( KWlmCmdDetails, (TUint8*)
+        ("UMAC: Umac::HandleConfigure: allowedWlanFeatures: 0x%08x"), 
+        msg->allowedWlanFeatures );
     OsTracePrint( KWlmCmdDetails, (TUint8*)
         ("UMAC: Umac::HandleConfigure: RTSThreshold: %d"), 
         msg->RTSThreshold );
@@ -720,7 +724,10 @@
     OsTracePrint( KWlmCmdDetails, (TUint8*)
         ("UMAC: Umac::HandleConfigure: spMinIndicationInterval: %d"), 
         msg->spMinIndicationInterval );
-
+#endif
+    
+    iPimpl->FeaturesAllowed( msg->allowedWlanFeatures );
+    
     return iPimpl->CurrentState().Configure( 
         *iPimpl, 
         msg->RTSThreshold,