diff options
| -rw-r--r-- | drivers/net/sis190.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/sis190.c b/drivers/net/sis190.c index bf3440aa6c24..5f1d0ad54969 100644 --- a/drivers/net/sis190.c +++ b/drivers/net/sis190.c | |||
| @@ -360,7 +360,7 @@ MODULE_VERSION(DRV_VERSION); | |||
| 360 | MODULE_LICENSE("GPL"); | 360 | MODULE_LICENSE("GPL"); |
| 361 | 361 | ||
| 362 | static const u32 sis190_intr_mask = | 362 | static const u32 sis190_intr_mask = |
| 363 | RxQEmpty | RxQInt | TxQ1Int | TxQ0Int | RxHalt | TxHalt; | 363 | RxQEmpty | RxQInt | TxQ1Int | TxQ0Int | RxHalt | TxHalt | LinkChange; |
| 364 | 364 | ||
| 365 | /* | 365 | /* |
| 366 | * Maximum number of multicast addresses to filter (vs. Rx-all-multicast). | 366 | * Maximum number of multicast addresses to filter (vs. Rx-all-multicast). |
| @@ -923,6 +923,7 @@ static void sis190_phy_task(void * data) | |||
| 923 | BMSR_ANEGCOMPLETE)) { | 923 | BMSR_ANEGCOMPLETE)) { |
| 924 | net_link(tp, KERN_WARNING "%s: PHY reset until link up.\n", | 924 | net_link(tp, KERN_WARNING "%s: PHY reset until link up.\n", |
| 925 | dev->name); | 925 | dev->name); |
| 926 | netif_carrier_off(dev); | ||
| 926 | mdio_write(ioaddr, phy_id, MII_BMCR, val | BMCR_RESET); | 927 | mdio_write(ioaddr, phy_id, MII_BMCR, val | BMCR_RESET); |
| 927 | mod_timer(&tp->timer, jiffies + SIS190_PHY_TIMEOUT); | 928 | mod_timer(&tp->timer, jiffies + SIS190_PHY_TIMEOUT); |
| 928 | } else { | 929 | } else { |
