Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175560
b: refs/heads/master
c: b338682
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai authored and David S. Miller committed Dec 11, 2009
1 parent a0a29fa commit 216e900
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: ba2dca91f000e4796c23d14834680dd90528842f
refs/heads/master: b338682dc5c20e8ff986e58407bdb6e3a3e3f0a3
5 changes: 5 additions & 0 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2968,8 +2968,13 @@ static int __devinit sky2_init(struct sky2_hw *hw)
break;

case CHIP_ID_YUKON_UL_2:
hw->flags = SKY2_HW_GIGABIT
| SKY2_HW_ADV_POWER_CTL;
break;

case CHIP_ID_YUKON_OPT:
hw->flags = SKY2_HW_GIGABIT
| SKY2_HW_NEW_LE
| SKY2_HW_ADV_POWER_CTL;
break;

Expand Down

0 comments on commit 216e900

Please sign in to comment.