mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
12 lines
299 B
Diff
12 lines
299 B
Diff
|
--- a/include/linux/phy.h
|
||
|
+++ b/include/linux/phy.h
|
||
|
@@ -188,7 +188,7 @@
|
||
|
#define PHY_INIT_TIMEOUT 100000
|
||
|
#define PHY_FORCE_TIMEOUT 10
|
||
|
|
||
|
-#define PHY_MAX_ADDR 32
|
||
|
+#define PHY_MAX_ADDR 64
|
||
|
|
||
|
/* Used when trying to connect to a specific phy (mii bus id:phy device id) */
|
||
|
#define PHY_ID_FMT "%s:%02x"
|