Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15774
b: refs/heads/master
c: cffbfca
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and Jeff Garzik committed Dec 1, 2005
1 parent f9fa94c commit bc67334
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c6e429bdd6f0142558896e29c21a526c1ffdd1f3
refs/heads/master: cffbfcaf00c4a36592fabd54ae9f960b552322b6
5 changes: 5 additions & 0 deletions trunk/drivers/net/ixp2000/enp2611.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,15 @@ static void enp2611_set_port_admin_status(int port, int up)
{
if (up) {
caleb_enable_rx(port);

pm3386_set_carrier(port, 1);
pm3386_enable_rx(port);
} else {
caleb_disable_tx(port);
pm3386_disable_tx(port);
/* @@@ Flush out pending packets. */
pm3386_set_carrier(port, 0);

pm3386_disable_rx(port);
caleb_disable_rx(port);
}
Expand Down

0 comments on commit bc67334

Please sign in to comment.