mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
無線LEDの点灯タイミングを無線ファームロード前に移動。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1115 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
dbd0a05b11
commit
20db005a9a
@ -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
|
||||
|
||||
//-----------------------------------------------------
|
||||
// 各種デバイス設定
|
||||
//-----------------------------------------------------
|
||||
|
||||
@ -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 {
|
||||
// ロード失敗
|
||||
|
||||
Loading…
Reference in New Issue
Block a user