]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: net_device flags is an unsigned int
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 30 Nov 2011 21:42:26 +0000 (21:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2011 16:41:48 +0000 (11:41 -0500)
commitb536db9332cf90c4f44ca809f028645205fa89ad
treeae9cc67101fc490b3ce6fca3870ce53a859f8b24
parentea1f51beff4ddd0234c59a125290aeb355cf62b2
net: net_device flags is an unsigned int

commit b00055aacdb ([NET] core: add RFC2863 operstate) changed
net_device flags from unsigned short to unsigned int.

Some core functions still assume its an unsigned short.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c