diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-21 14:41:35 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-21 14:41:35 +0000 |
commit | 99a3a72f113aafc4330441b303e9a0757e3d70e2 (patch) | |
tree | 3220299612619b5e0388c619621db92ac119a41b /target/linux | |
parent | f0eac14112bd2d718ca7d05c7337f311ecb6763c (diff) | |
download | upstream-99a3a72f113aafc4330441b303e9a0757e3d70e2.tar.gz upstream-99a3a72f113aafc4330441b303e9a0757e3d70e2.tar.bz2 upstream-99a3a72f113aafc4330441b303e9a0757e3d70e2.zip |
[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')
-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, |