MII_SR_AUTONEG_CAPS
return (MII_SR_LINK_STATUS | MII_SR_AUTONEG_CAPS |
(Adapter->phy_status & MII_SR_AUTONEG_CAPS)
(Adapter->phy_status & MII_SR_AUTONEG_CAPS) ? 1 : 0;
(phy_status & MII_SR_AUTONEG_CAPS) ? 1 : 0);
(phy_status & MII_SR_AUTONEG_CAPS) ? 1 : 0;