commit | 04ed3e741d0f133e02bed7fa5c98edba128f90e7 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Mon Jan 24 15:32:47 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 24 15:32:47 2011 -0800 |
tree | 3dde4ca8306e98536faa69bccf0e47a2549c088f | |
parent | 57422dc530115e427dff464cc0a32bcd0efb5008 [diff] |
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>