summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-12-21 14:41:35 +0000
committerJohn Crispin <john@openwrt.org>2012-12-21 14:41:35 +0000
commitf4b2439554c8b9236b8e12b516a8343be75eeb9f (patch)
tree32a8042a756b378f1a64aee7c1e44d0ceaeacadf /target/linux/lantiq
parent861bf6af49e9347f4c5b03cdb369bc1827f45856 (diff)
downloadmaster-31e0f0ae-f4b2439554c8b9236b8e12b516a8343be75eeb9f.tar.gz
master-31e0f0ae-f4b2439554c8b9236b8e12b516a8343be75eeb9f.tar.bz2
master-31e0f0ae-f4b2439554c8b9236b8e12b516a8343be75eeb9f.zip
add missing PHY_BASIC_FEATURES to 100mbit phys
SVN-Revision: 34826
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch b/target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
index 2436974cf7..18d6bb8d3d 100644
--- a/target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
+++ b/target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch
@@ -225,7 +225,7 @@ Index: linux-3.7.1/drivers/net/phy/lantiq.c
+ .phy_id = 0xd565a418,
+ .phy_id_mask = 0xfffffff8,
+ .name = "Lantiq XWAY XRX PHY22F v1.4",
-+ .features = (SUPPORTED_Pause),
++ .features = (PHY_BASIC_FEATURES | SUPPORTED_Pause),
+ .flags = 0, /*PHY_HAS_INTERRUPT,*/
+ .config_init = vr9_gphy_config_init,
+ .config_aneg = vr9_gphy_config_aneg,