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)
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>

No differences found