Commit 8518c8e0 authored by Adam Wujek's avatar Adam Wujek 💬

[squash] replace SFP_LED_WRMODE_OFF with SFP_LED_WRMODE_NO_LINK

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 0c7f05e2
......@@ -1049,7 +1049,7 @@ int hal_port_reset(const char *port_name)
set_led_synced(p->hw_index, 0);
/* turn off link/wrmode LEDs */
set_led_wrmode(p->hw_index, SFP_LED_WRMODE_OFF);
set_led_wrmode(p->hw_index, SFP_LED_WRMODE_NO_LINK);
hal_port_reset_state(p);
p->state = HAL_PORT_STATE_RESET;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment