commit | 7276d5d743d775388bf382cd7bdea1a14e486d32 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Tue Apr 23 00:39:30 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 25 01:22:22 2013 -0400 |
tree | 192c1c739d9192da8d15b43ca43fc78e6bcd9460 | |
parent | 7a51384cc9f4145de352d266821b63f1bb0d46ff [diff] |
packet: minor: convert status bits into shifting format This makes it more readable and clearer what bits are still free to use. The compiler reduces this to a constant for us anyway. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Acked-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>