wlan_bearer/wlanldd/wlan_common/umac_common/src/umacpowermodemgrbase.cpp
branchRCL_3
changeset 14 13838cf40350
parent 0 c40eb8fe8501
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/src/umacpowermodemgrbase.cpp	Tue May 25 14:40:09 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/src/umacpowermodemgrbase.cpp	Mon Jun 21 17:43:00 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,16 +16,13 @@
 */
 
 /*
-* %version: 8 %
+* %version: 9 %
 */
 
 #include "config.h"
 #include "umacpowermodemgrbase.h"
 #include "UmacContextImpl.h"
 
-// Default frame payload length threshold value (in bytes) for U-APSD
-const TUint32 KUapsdRxFrameLengthThreshold = 400;
-
 
 // ================= MEMBER FUNCTIONS =======================
 
@@ -34,7 +31,7 @@
 // ---------------------------------------------------------------------------
 //
 WlanPowerModeMgrBase::WlanPowerModeMgrBase() : 
-    iUapsdRxFrameLengthThreshold( KUapsdRxFrameLengthThreshold )
+    iUapsdRxFrameLengthThreshold( KDefaultUapsdRxFrameLengthThreshold )
     {
     }
 
@@ -50,6 +47,15 @@
 // 
 // ---------------------------------------------------------------------------
 //
+TPowerMgmtModeChange WlanPowerModeMgrBase::OnPsModeErrorIndication()
+    {
+    return ENoChange;
+    }
+        
+// ---------------------------------------------------------------------------
+// 
+// ---------------------------------------------------------------------------
+//
 TBool WlanPowerModeMgrBase::OnActiveToLightPsTimerTimeout()
     {
     return EFalse;