無線LEDの点灯タイミングを無線ファームロード前に移動。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1115 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-04-11 12:55:33 +00:00
parent dbd0a05b11
commit 20db005a9a
2 changed files with 3 additions and 2 deletions

View File

@ -179,7 +179,6 @@ TitleProperty *SYSM_ReadParameters( void )
//-----------------------------------------------------
// 無線ON/OFFフラグをもとに、LEDを設定する。
//-----------------------------------------------------
#if 0
{
BOOL enable;
if( LCFG_THW_IsForceDisableWireless() ) {
@ -189,7 +188,7 @@ TitleProperty *SYSM_ReadParameters( void )
}
SYSMi_SetWirelessLED( enable );
}
#endif
//-----------------------------------------------------
// 各種デバイス設定
//-----------------------------------------------------

View File

@ -537,6 +537,7 @@ BOOL PollingInstallWlanFirmware( void )
WLANFirmResult result;
if( GetWlanFirmwareInstallResult( &result ) ) {
if( result == WLANFIRM_RESULT_SUCCESS ) {
#if 0
// ロード成功
BOOL enable;
if( LCFG_THW_IsForceDisableWireless() ) {
@ -545,6 +546,7 @@ BOOL PollingInstallWlanFirmware( void )
enable = LCFG_TSD_IsAvailableWireless();
}
SYSMi_SetWirelessLED( enable );
#endif
OS_TPrintf( "WLFIRM load finished.\n" );
}else {
// ロード失敗