>This patch adds support for RTL8125d. Its chip version is 0x6a. > >Signed-off-by: Javen Xu <[email protected]> >--- > drivers/net/rtl8169.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index >edcae88a3fc..a679a64fea3 100644 >--- a/drivers/net/rtl8169.c >+++ b/drivers/net/rtl8169.c >@@ -270,6 +270,7 @@ static struct { > {"RTL-8100e", 0x32, 0xff7e1880,}, > {"RTL-8168h/8111h", 0x54, 0xff7e1880,}, > {"RTL-8125B", 0x64, 0xff7e1880,}, >+ {"RTL-8125d" 0x6a, 0xff7e5880,}, > }; > > enum _DescStatusBit { >-- >2.43.0
Hi, all I am reaching out to see if any had a chance to review this patch. I wonder if there is anything I need to modify, clarify, or if I missed any submission guidelines. Just ask, no pressure. Thanks for your time, BRs, Javen Xu

