patch-2.1.100 linux/drivers/net/3c59x.c
Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/net/3c509.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed May  6 10:56:04 1998
-  Orig file: 
v2.1.99/linux/drivers/net/3c59x.c
-  Orig date: 
Mon Apr  6 17:41:00 1998
diff -u --recursive --new-file v2.1.99/linux/drivers/net/3c59x.c linux/drivers/net/3c59x.c
@@ -1957,7 +1957,7 @@
 		data[3] = mdio_read(ioaddr, data[0] & 0x1f, data[1] & 0x1f);
 		return 0;
 	case SIOCDEVPRIVATE+2:		/* Write the specified MII register */
-		if (!suser())
+		if (!capable(CAP_NET_ADMIN))
 			return -EPERM;
 		mdio_write(ioaddr, data[0] & 0x1f, data[1] & 0x1f, data[2]);
 		return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov