add missing PHY_BASIC_FEATURES to 100mbit phys

SVN-Revision: 34826
v19.07.3_mercusys_ac12_duma
John Crispin 12 years ago
parent 861bf6af49
commit f4b2439554

@ -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,

Loading…
Cancel
Save