From: David Miller Date: Thu, 2 May 2013 08:31:32 +0000 (-0400) Subject: net: Restore NETIF_F_* bit ordering. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ada8db38a44654446fe35ceb20a1972220e0f69;p=pandora-kernel.git net: Restore NETIF_F_* bit ordering. Commit 8ad227ff89a7 ("net: vlan: add 802.1ad support") added some new NETIF_F_* features bits, but it added them in the middle of existing values. Userland depends upon the flag bits via the per-netdevice 'flags' sysfs file. So restore the previous ordering by adding the new flags at the end. Reported-by: Linus Torvalds Signed-off-by: David S. Miller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed