Skip to content

Commit

Permalink
Update linux/stable/0034-rock-pi-e/0002-Example-Repair-Ethernet-port-…
Browse files Browse the repository at this point in the history
…indicators.patch

Co-authored-by: ZHANG Yuntian <[email protected]>
Signed-off-by: feng <[email protected]>
  • Loading branch information
vamrs-feng and RadxaYuntian authored Nov 6, 2023
1 parent 411e8ce commit 75bbd03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ index 693197302..65b4dbdff 100644
#define TSO_MAX_BUFF_SIZE (SZ_16K - 1)

+#define RTL8211F_PHY_ID 0x001cc916
+#define RTL8211F_PHY_ID_MASK 0x001fffff
+#define RTL8211F_PHY_ID_MASK 0xffffffff
+#define RTL8211F_PAGE_SELECT 0x1f
+#define RTL8211F_LCR_ADDR 0x10
+#define RTL8211F_EEELCR_ADDR 0x11
Expand Down

0 comments on commit 75bbd03

Please sign in to comment.