net: vlan,ethtool: netdev_features_t is more than 32 bit

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Bjørn Mork
2013-05-01 23:06:42 +00:00
committed by David S. Miller
parent 6708c9e5cc
commit b29d314518
2 changed files with 2 additions and 2 deletions

View File

@@ -1421,7 +1421,7 @@ int dev_ethtool(struct net *net, struct ifreq *ifr)
void __user *useraddr = ifr->ifr_data;
u32 ethcmd;
int rc;
u32 old_features;
netdev_features_t old_features;
if (!dev || !netif_device_present(dev))
return -ENODEV;