1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

kernel: generic: refresh patch

722-net-phy-aquantia-Add-AQR113-driver-support.patch needs refresh.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-12-26 18:45:57 +00:00
parent 236c3ea730
commit 215c78eef5
No known key found for this signature in database
GPG Key ID: 5A8F39C31C3217CA

View File

@ -19,7 +19,7 @@ Add a new entry for AQR113 PHY_ID
#define PHY_ID_AQCS109 0x03a1b5c2
#define PHY_ID_AQR405 0x03a1b4b0
@@ -817,6 +818,14 @@ static struct phy_driver aqr_driver[] =
.read_status = aqr_read_status,
.read_status = aqr107_read_status,
},
{
+ PHY_ID_MATCH_MODEL(PHY_ID_AQR113),