diff options
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0304-etop.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0304-etop.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/lantiq/patches-3.7/0304-etop.patch b/target/linux/lantiq/patches-3.7/0304-etop.patch index df69894577..9d17649f4e 100644 --- a/target/linux/lantiq/patches-3.7/0304-etop.patch +++ b/target/linux/lantiq/patches-3.7/0304-etop.patch @@ -1,8 +1,6 @@ -Index: linux-3.7.1/drivers/net/ethernet/lantiq_etop.c -=================================================================== ---- linux-3.7.1.orig/drivers/net/ethernet/lantiq_etop.c 2012-12-19 17:06:46.282857707 +0100 -+++ linux-3.7.1/drivers/net/ethernet/lantiq_etop.c 2012-12-19 17:09:26.710861534 +0100 -@@ -335,16 +335,17 @@ +--- a/drivers/net/ethernet/lantiq_etop.c ++++ b/drivers/net/ethernet/lantiq_etop.c +@@ -343,16 +343,17 @@ static int ltq_etop_hw_init(struct net_device *dev) { struct ltq_etop_priv *priv = netdev_priv(dev); @@ -22,7 +20,7 @@ Index: linux-3.7.1/drivers/net/ethernet/lantiq_etop.c case PHY_INTERFACE_MODE_RMII: ltq_etop_w32_mask(ETOP_MII_MASK, ETOP_MII_REVERSE, LTQ_ETOP_CFG); -@@ -369,7 +370,7 @@ +@@ -377,7 +378,7 @@ ltq_etop_hw_init(struct net_device *dev) break; } netdev_err(dev, "unknown mii mode %d\n", |