[BRIDGE]: make dev->features unsigned

The features field in netdevice is really a bitmask, and bitmask's should
be unsigned.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger
2005-05-29 14:14:35 -07:00
committed by David S. Miller
parent d8a33ac435
commit 81e8157583
2 changed files with 2 additions and 2 deletions

View File

@@ -682,7 +682,7 @@ int dev_ethtool(struct ifreq *ifr)
void __user *useraddr = ifr->ifr_data;
u32 ethcmd;
int rc;
int old_features;
unsigned long old_features;
/*
* XXX: This can be pushed down into the ethtool_* handlers that