wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacContextImpl.cpp
changeset 17 41a8eba36f74
parent 0 c40eb8fe8501
child 19 629e60dfa279
--- a/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacContextImpl.cpp	Fri Apr 16 16:56:12 2010 +0300
+++ b/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacContextImpl.cpp	Mon May 03 14:14:02 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-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: 70 %
+* %version: 71 %
 */
 
 #include "config.h"
@@ -74,6 +74,7 @@
             iUmac( aUmac ), 
             iEnableUserData( EFalse ),
             iCurrentRxBuffer( NULL ),
+            iAllowedWlanFeatures( 0 ),
             iInternalTxBufFree ( ETrue ),
             iInternalTxBufBeingWaited ( EFalse ),            
             iAlignNullData( 0 ),