diff -r e0f767079796 -r 0abc8c98be24 wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/RWlanLogicalChannel.inl --- a/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/RWlanLogicalChannel.inl Mon Mar 15 12:46:48 2010 +0200 +++ b/wlan_bearer/wlanldd/wlan_symbian/wlanldd_symbian/inc/RWlanLogicalChannel.inl Thu Apr 01 00:29:25 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: 16 % +* %version: 17 % */ // ----------------------------------------------------------------------------- @@ -97,8 +97,9 @@ inline TInt RWlanLogicalChannel::InitWlanSystem( TOpenParam& aOpenParam ) { + iOpenParam = aOpenParam; TRequestStatus status; - DoRequest( EWlanInitSystem, status, &aOpenParam ); + DoRequest( EWlanInitSystem, status, &iOpenParam ); User::WaitForRequest(status); return status.Int(); }