Commit b5574638 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: proto-ext-wr: uncomment passive state

The bmc may turn a port to passive state, so we need the
state in our state table.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent ece1cbc5
......@@ -19,7 +19,7 @@ struct pp_state_table_item pp_state_table[] = {
{ PPS_LISTENING, "listening", pp_listening,},
/*{ PPS_PRE_MASTER, "pre-master", pp_pre_master,},*/
{ PPS_MASTER, "master", pp_master,},
/*{ PPS_PASSIVE, "passive", pp_passive,},*/
{ PPS_PASSIVE, "passive", pp_passive,},
{ PPS_UNCALIBRATED, "uncalibrated", pp_uncalibrated,},
{ PPS_SLAVE, "slave", pp_slave,},
{ WRS_PRESENT, "uncalibrated/wr-present", wr_present,},
......
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