Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b338682d authored by Takashi Iwai's avatar Takashi Iwai Committed by David S. Miller
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba2dca91
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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;