]> git.baikalelectronics.ru Git - kernel.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)
commitfaf28e7a871ede6d4910c2f85085f4ac6143d34c
treeae9cc67101fc490b3ce6fca3870ce53a859f8b24
parent75c5b99b729398f38920f3e4664f71579caab03c
net: net_device flags is an unsigned int

commit 542ca05551e ([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