Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268541
b: refs/heads/master
c: c28a613
h: refs/heads/master
i:
  268539: 6108942
v: v3
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Sep 27, 2011
1 parent ba857f8 commit faee0c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c2815aee78fc992872617eaeb283e6f164d126a
refs/heads/master: c28a613316c8b02d4ae4ac1a2548a363b019ae77
4 changes: 4 additions & 0 deletions trunk/drivers/staging/et131x/et131x_initpci.c
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,10 @@ static void et131x_adjust_link(struct net_device *netdev)

/* Setup ET1310 as per the documentation */
et131x_adapter_setup(adapter);

/* perform reset of tx/rx */
et131x_disable_txrx(netdev);
et131x_enable_txrx(netdev);
}

adapter->link = phydev->link;
Expand Down

0 comments on commit faee0c1

Please sign in to comment.