Re: [PATCH v2 3/4] net: rtl8169: Add one device ID 0x8161

2023-07-23 Thread Leo Liang
On Thu, Jul 20, 2023 at 07:37:28PM +0800, Minda Chen wrote: > Add rtl8169 NIC device ID and reorder the device ID. > > Signed-off-by: Minda Chen > --- > drivers/net/rtl8169.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Leo Yu-Chi Liang

[PATCH v2 3/4] net: rtl8169: Add one device ID 0x8161

2023-07-20 Thread Minda Chen
Add rtl8169 NIC device ID and reorder the device ID. Signed-off-by: Minda Chen --- drivers/net/rtl8169.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index 34e4cff1e9..963702777c 100644 --- a/drivers/net/rtl8169.c +++ b/d