[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)
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>

No differences found