Explorar o código

Prevent the ioctl from handling even unsupported ioctls

SVN-Revision: 8360
Florian Fainelli %!s(int64=18) %!d(string=hai) anos
pai
achega
9882253827
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      target/linux/rdc-2.6/files/drivers/net/r6040.c

+ 2 - 2
target/linux/rdc-2.6/files/drivers/net/r6040.c

@@ -638,8 +638,8 @@ static int netdev_ioctl (struct net_device *dev, struct ifreq *rq, int cmd)
 		if(args[0]&(1<<27))phy_write(ioaddr,29,20,(phy_read(ioaddr,29,20)|0x2000));	/* port 2 */
 		if(args[0]&(1<<25))phy_write(ioaddr,29,20,(phy_read(ioaddr,29,20)|0x0020));	/* port 3 */
 
-	}
-	return 0;
+	} 
+	return -EOPNOTSUPP;
 }
 
 /**