Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75539
b: refs/heads/master
c: e415e6e
h: refs/heads/master
i:
  75537: d253608
  75535: 74d4409
v: v3
  • Loading branch information
David S. Miller committed Jan 17, 2008
1 parent 0f22457 commit f3536a7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d2c7ddd6261eb885091cf6ddbcfae01f4216fb8e
refs/heads/master: e415e6ea0cd36ece29c7b12232286b5ca097ac96
3 changes: 3 additions & 0 deletions trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,7 @@ static int link_status_10g(struct niu *np, int *link_up_p)

static int link_status_1g(struct niu *np, int *link_up_p)
{
struct niu_link_config *lp = &np->link_config;
u16 current_speed, bmsr;
unsigned long flags;
u8 current_duplex;
Expand Down Expand Up @@ -1386,6 +1387,8 @@ static int link_status_1g(struct niu *np, int *link_up_p)
link_up = 0;
}
}
lp->active_speed = current_speed;
lp->active_duplex = current_duplex;
err = 0;

out:
Expand Down

0 comments on commit f3536a7

Please sign in to comment.