commit | b536db9332cf90c4f44ca809f028645205fa89ad | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Nov 30 21:42:26 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 01 11:41:48 2011 -0500 |
tree | ae9cc67101fc490b3ce6fca3870ce53a859f8b24 | |
parent | ea1f51beff4ddd0234c59a125290aeb355cf62b2 [diff] |
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>