aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-02 14:48:27 +0000
commit02a5ad45837c2d3eddb811d174f45276da9d79e2 (patch)
tree7e2c41d7c11127f5a8b6a4f1d17c0f15b29e5b9c /target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch
parent0ca1a3bc4a0e077f45061d22b6de3ead217da627 (diff)
downloadmaster-187ad058-02a5ad45837c2d3eddb811d174f45276da9d79e2.tar.gz
master-187ad058-02a5ad45837c2d3eddb811d174f45276da9d79e2.tar.bz2
master-187ad058-02a5ad45837c2d3eddb811d174f45276da9d79e2.zip
ramips: clean up and refresh kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48070 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch')
-rw-r--r--target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch b/target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch
index 0628364ec9..369afa97de 100644
--- a/target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch
+++ b/target/linux/ramips/patches-4.3/0601-net-mediatke-add-phy_ethtool_ioctl-support.patch
@@ -8,11 +8,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
drivers/net/ethernet/mediatek/mtk_eth_soc.c | 3 +++
1 file changed, 3 insertions(+)
-diff --git a/drivers/net/ethernet/mediatek/mtk_eth_soc.c b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-index 9999768..84b1a43 100644
--- a/drivers/net/ethernet/mediatek/mtk_eth_soc.c
+++ b/drivers/net/ethernet/mediatek/mtk_eth_soc.c
-@@ -1342,6 +1342,9 @@ static int fe_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
+@@ -1344,6 +1344,9 @@ static int fe_do_ioctl(struct net_device
return -ENODEV;
switch (cmd) {
@@ -22,6 +20,3 @@ index 9999768..84b1a43 100644
case SIOCGMIIPHY:
case SIOCGMIIREG:
case SIOCSMIIREG:
---
-1.7.10.4
-