add new wl integration patches, fixes tc issues
[openwrt.git] / openwrt / package / linux / kernel-patches / 203-net_core_dev_c.patch
1 --- linux-mips-cvs-21012005/net/core/dev.c 2004-04-16 05:14:21.000000000 +0200
2 +++ linux-broadcom/net/core/dev.c 2005-01-26 20:06:32.000000000 +0100
3 @@ -2295,6 +2295,7 @@
4 }
5 return ret;
6
7 +#ifndef CONFIG_BCM4710
8 case SIOCETHTOOL:
9 dev_load(ifr.ifr_name);
10 rtnl_lock();
11 @@ -2308,6 +2309,7 @@
12 ret = -EFAULT;
13 }
14 return ret;
15 +#endif
16
17 /*
18 * These ioctl calls:
This page took 0.052121 seconds and 5 git commands to generate.