Remove reference to phy_delay from fwcontrol. Thanks for the catch!

Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
MFC after:	2 weeks
This commit is contained in:
sbruno 2009-02-17 23:56:16 +00:00
parent efbc0075d9
commit ffe883c13b

View File

@ -537,13 +537,12 @@ show_topology_map(int fd)
printf("%02d sequel packet\n", sid.p0.phy_id); printf("%02d sequel packet\n", sid.p0.phy_id);
continue; continue;
} }
printf("%02d %2d %2d %4s %d %d %3s" printf("%02d %2d %2d %4s %d %3s"
" %s %s %s %d %d\n", " %s %s %s %d %d\n",
sid.p0.phy_id, sid.p0.phy_id,
sid.p0.link_active, sid.p0.link_active,
sid.p0.gap_count, sid.p0.gap_count,
speed[sid.p0.phy_speed], speed[sid.p0.phy_speed],
sid.p0.phy_delay,
sid.p0.contender, sid.p0.contender,
pwr_class[sid.p0.power_class], pwr_class[sid.p0.power_class],
port_status[sid.p0.port0], port_status[sid.p0.port0],