[BRIDGE]: make dev->features unsigned
authorStephen Hemminger <shemminger@osdl.org>
Sun, 29 May 2005 21:14:35 +0000 (14:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 May 2005 21:14:35 +0000 (14:14 -0700)
commit81e8157583c559c27aac75c708d40a35f563d734
tree3172c6de15e6a8ea07373a23e901ee0e4366c4f1
parentd8a33ac435c43a1a404b2ec560ef1d1536710c36
[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>
include/linux/netdevice.h
net/core/ethtool.c