summaryrefslogtreecommitdiff
path: root/patches/8139too.c.0.9.26.patch
blob: 3979a33027a76dc9f5b4d381f1824b6096aea27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 8139too.c.dist	Thu Oct 31 23:45:04 2002
+++ 8139too.c	Thu Oct 31 23:45:46 2002
@@ -2449,8 +2449,8 @@
 	int rc = 0;
 	int phy = tp->phys[0] & 0x3f;
 
-	if (!netif_running(dev))
-		return -EINVAL;
+//	if (!netif_running(dev))
+//		return -EINVAL;
 
 	if (cmd != SIOCETHTOOL) {
 		/* With SIOCETHTOOL, this would corrupt the pointer.  */