aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-patches/203-net_core_dev_c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/linux/kernel-patches/203-net_core_dev_c.patch')
-rw-r--r--package/linux/kernel-patches/203-net_core_dev_c.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/linux/kernel-patches/203-net_core_dev_c.patch b/package/linux/kernel-patches/203-net_core_dev_c.patch
deleted file mode 100644
index 8ce40f8794..0000000000
--- a/package/linux/kernel-patches/203-net_core_dev_c.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- linux-2.4.30/net/core/dev.c 2005-04-04 05:42:20.000000000 +0400
-+++ linux/net/core/dev.c 2005-05-10 14:49:27.809927172 +0400
-@@ -2216,6 +2220,9 @@
- cmd == SIOCBONDSLAVEINFOQUERY ||
- cmd == SIOCBONDINFOQUERY ||
- cmd == SIOCBONDCHANGEACTIVE ||
-+#ifdef CONFIG_BCM4710
-+ cmd == SIOCETHTOOL ||
-+#endif
- cmd == SIOCGMIIPHY ||
- cmd == SIOCGMIIREG ||
- cmd == SIOCSMIIREG ||
-@@ -2312,6 +2319,7 @@
- return ret;
-
- case SIOCETHTOOL:
-+#ifndef CONFIG_BCM4710
- dev_load(ifr.ifr_name);
- rtnl_lock();
- ret = dev_ethtool(&ifr);
-@@ -2324,6 +2332,7 @@
- ret = -EFAULT;
- }
- return ret;
-+#endif
-
- /*
- * These ioctl calls: