Reset AL states on link down.

This commit is contained in:
Florian Pose 2010-02-26 18:22:02 +01:00
parent 020b20bd0a
commit d11fd92168
2 changed files with 1 additions and 1 deletions

1
TODO
View File

@ -27,7 +27,6 @@ Version 1.5.0:
* Output warning when send_ext() is called in illegal context.
* Output hexadecimal values in 'ethercat xml'.
* Add native drivers from 2.6.24 up to 2.6.31.
* Reset al_states on link down.
* Implement indent in 'ethercat ma'
* Add master index to log messages.
* Implement 0xXXXX:YY format for specifying SDOs.

View File

@ -208,6 +208,7 @@ void ec_fsm_master_state_broadcast(
ec_master_clear_eoe_handlers(master);
#endif
ec_master_clear_slaves(master);
fsm->slave_states = 0x00;
}
fsm->link_state = master->main_device.link_state;