Re: [PATCH net-next] r8169: add support for RTL8168 series add-on card.

2016-12-27 Thread David Miller
From: Chun-Hao Lin Date: Tue, 27 Dec 2016 16:29:43 +0800 > This chip is the same as RTL8168, but its device id is 0x8161. > > Signed-off-by: Chun-Hao Lin Applied.

[PATCH net-next] r8169: add support for RTL8168 series add-on card.

2016-12-27 Thread Chun-Hao Lin
This chip is the same as RTL8168, but its device id is 0x8161. Signed-off-by: Chun-Hao Lin --- drivers/net/ethernet/realtek/r8169.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index f9b97f5..44389c9 100644 --- a