Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214301
b: refs/heads/master
c: a5d31e0
h: refs/heads/master
i:
  214299: b4f2fc4
v: v3
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed Sep 7, 2010
1 parent cbf7d39 commit 84081d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c083edc6d0d53a050672b15e3594d07d81b42e5
refs/heads/master: a5d31e0faf025ca8f64b85fc6938b702105725b7
3 changes: 2 additions & 1 deletion trunk/drivers/net/ns83820.c
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,8 @@ static int ns83820_get_settings(struct net_device *ndev,
cmd->speed = SPEED_10;
break;
}
cmd->autoneg = (tbicr & TBICR_MR_AN_ENABLE) ? 1: 0;
cmd->autoneg = (tbicr & TBICR_MR_AN_ENABLE)
? AUTONEG_ENABLE : AUTONEG_DISABLE;
return 0;
}

Expand Down

0 comments on commit 84081d8

Please sign in to comment.