diff options
Diffstat (limited to 'net/core/dev_ioctl.c')
| -rw-r--r-- | net/core/dev_ioctl.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/dev_ioctl.c b/net/core/dev_ioctl.c index 5b7d0e1d066..cf999e09bcd 100644 --- a/net/core/dev_ioctl.c +++ b/net/core/dev_ioctl.c @@ -327,6 +327,7 @@ static int dev_ifsioc(struct net *net, struct ifreq *ifr, unsigned int cmd)  		    cmd == SIOCBRADDIF ||  		    cmd == SIOCBRDELIF ||  		    cmd == SIOCSHWTSTAMP || +		    cmd == SIOCGHWTSTAMP ||  		    cmd == SIOCWANDEV) {  			err = -EOPNOTSUPP;  			if (ops->ndo_do_ioctl) { @@ -546,6 +547,7 @@ int dev_ioctl(struct net *net, unsigned int cmd, void __user *arg)  	 */  	default:  		if (cmd == SIOCWANDEV || +		    cmd == SIOCGHWTSTAMP ||  		    (cmd >= SIOCDEVPRIVATE &&  		     cmd <= SIOCDEVPRIVATE + 15)) {  			dev_load(net, ifr.ifr_name);  | 
