wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacactivemodepowermodemgr.inl
changeset 25 a0fdcd0e4c56
parent 0 c40eb8fe8501
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacactivemodepowermodemgr.inl	Tue May 25 16:07:06 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacactivemodepowermodemgr.inl	Fri Jun 04 12:12:29 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 4 %
+* %version: 5 %
 */
 
 // -----------------------------------------------------------------------------
@@ -27,6 +27,15 @@
     TUint aToLightPsFrameThreshold,
     TUint16 aUapsdRxFrameLengthThreshold )
     {
+    OsTracePrint( KPwrStateTransition, (TUint8*)
+        ("UMAC: WlanActiveModePowerModeMgr::SetParameters: "
+         "aToLightPsFrameThreshold: %d"),
+        aToLightPsFrameThreshold );
+    OsTracePrint( KPwrStateTransition, (TUint8*)
+        ("UMAC: WlanActiveModePowerModeMgr::SetParameters: "
+         "aUapsdRxFrameLengthThreshold: %d"),
+        aUapsdRxFrameLengthThreshold );
+
     iToLightPsFrameThreshold = aToLightPsFrameThreshold;
     iUapsdRxFrameLengthThreshold = aUapsdRxFrameLengthThreshold;    
     }