aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/macvtap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c
index 876c72246ae9..0e5492ec753a 100644
--- a/drivers/net/macvtap.c
+++ b/drivers/net/macvtap.c
@@ -1107,6 +1107,7 @@ static long macvtap_ioctl(struct file *file, unsigned int cmd,
1107 rtnl_lock(); 1107 rtnl_lock();
1108 ret = macvtap_ioctl_set_queue(file, u); 1108 ret = macvtap_ioctl_set_queue(file, u);
1109 rtnl_unlock(); 1109 rtnl_unlock();
1110 return ret;
1110 1111
1111 case TUNGETFEATURES: 1112 case TUNGETFEATURES:
1112 if (put_user(IFF_TAP | IFF_NO_PI | IFF_VNET_HDR | 1113 if (put_user(IFF_TAP | IFF_NO_PI | IFF_VNET_HDR |