]> git.baikalelectronics.ru Git - kernel.git/commit
net: change netdev->features to u32
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Mon, 24 Jan 2011 23:32:47 +0000 (15:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Jan 2011 23:32:47 +0000 (15:32 -0800)
commit2a422d91e5c143819368199e5a3294b978021f41
tree3dde4ca8306e98536faa69bccf0e47a2549c088f
parentc996aa89935f957ee551b2267c8ae4b41ba0db05
net: change netdev->features to u32

Quoting Ben Hutchings: we presumably won't be defining features that
can only be enabled on 64-bit architectures.

Occurences found by `grep -r` on net/, drivers/net, include/

[ Move features and vlan_features next to each other in
  struct netdev, as per Eric Dumazet's suggestion -DaveM ]

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
23 files changed:
drivers/net/bnx2.c
drivers/net/bonding/bond_main.c
drivers/net/myri10ge/myri10ge.c
drivers/net/sfc/ethtool.c
drivers/net/sfc/net_driver.h
drivers/net/tun.c
include/linux/netdevice.h
include/linux/skbuff.h
include/net/protocol.h
include/net/tcp.h
include/net/udp.h
net/8021q/vlan.c
net/bridge/br_if.c
net/bridge/br_private.h
net/core/dev.c
net/core/ethtool.c
net/core/net-sysfs.c
net/core/skbuff.c
net/ipv4/af_inet.c
net/ipv4/tcp.c
net/ipv4/udp.c
net/ipv6/af_inet6.c
net/ipv6/udp.c