diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-21 14:41:35 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-21 14:41:35 +0000 |
commit | b05c7e7166ad2ee56956f188059b66055b415582 (patch) | |
tree | 3220299612619b5e0388c619621db92ac119a41b /target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | |
parent | 0ca5ac81bba9d37c56c49ca8191f04d0b5e43ebc (diff) |
[lantiq] add missing PHY_BASIC_FEATURES to 100mbit phys
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34826 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0115-NET-PHY-adds-driver-for-lantiq-PHY11G.patch | 2 |
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, |