af_packet: use define instead of constant
authordanborkmann@iogearbox.net <danborkmann@iogearbox.net>
Mon, 20 Aug 2012 03:34:03 +0000 (03:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Aug 2012 05:58:27 +0000 (22:58 -0700)
Instead of using a hard-coded value for the status variable, it would make
the code more readable to use its destined define from linux/if_packet.h.

Signed-off-by: daniel.borkmann@tik.ee.ethz.ch
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found