Lines 725-730
static int rtl8169_set_speed_xmii(struct net_device *dev,
Link Here
|
725 |
|
725 |
|
726 |
auto_nego |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM; |
726 |
auto_nego |= ADVERTISE_PAUSE_CAP | ADVERTISE_PAUSE_ASYM; |
727 |
|
727 |
|
|
|
728 |
/* Vendor specific (0x1f) and reserved (0x0e) registers. */ |
729 |
mdio_write(ioaddr, 0x1f, 0x0000); |
730 |
mdio_write(ioaddr, 0x0e, 0x0000); |
731 |
|
728 |
tp->phy_auto_nego_reg = auto_nego; |
732 |
tp->phy_auto_nego_reg = auto_nego; |
729 |
tp->phy_1000_ctrl_reg = giga_ctrl; |
733 |
tp->phy_1000_ctrl_reg = giga_ctrl; |
730 |
|
734 |
|