diff -r 41a8eba36f74 -r 629e60dfa279 wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11InitPhase1.cpp --- a/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11InitPhase1.cpp Mon May 03 14:14:02 2010 +0300 +++ b/wlan_bearer/wlanldd/wlan_common/umac_common/src/UmacDot11InitPhase1.cpp Fri May 14 17:41:09 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 35 % +* %version: 36 % */ #include "config.h" @@ -416,7 +416,7 @@ } else // -- aCommandId == WHA::EReadMIBResponse { - // nothing else is no interest to us + // nothing else is of interest to us } } else // -- aAct != WlanDot11State::KCompleteManagementRequest @@ -617,6 +617,8 @@ os_memcpy( iPda, aPda, iPdaLen ); // set ctx for fw upload aCtxImpl.WsaInitiliaze().Set( aCtxImpl, aFw, aFwLength ); + // manually start the fsm + Entry( aCtxImpl ); } else { @@ -625,9 +627,6 @@ ("UMAC * dot11-initphase * pda memory allocation failure") ); Fsm( aCtxImpl, EABORT ); } - - // manually start the fsm - Entry( aCtxImpl ); } // -----------------------------------------------------------------------------