mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
net: Fix Yukon-2 Optima TCP offload setup
Fix the TCP offload setup for Yukon-2 Optima. It requires SKY2_HW_NE_LE flag unlike Ultra 2. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ba2dca91f0
commit
b338682dc5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user