]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit68cdb319828191fa36b5eb76ca0df3d6533b3494
tree3172c6de15e6a8ea07373a23e901ee0e4366c4f1
parente940e71b0a84e4b39a75f06fdbeb0c59328061f0
[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