projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tinc
[openwrt.git]
/
openwrt
/
package
/
linux
/
kernel-patches
/
205-net_core_dev_c-wlfix
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.049924 seconds
and
5
git commands to generate.