Re: [PATCH net-next] packet: make packet too small warning match condition
From: Daniel Borkmann <hidden> Date: 2015-01-08 21:22:02
On 01/08/2015 05:29 PM, Willem de Bruijn wrote:
From: Willem de Bruijn <willemb@google.com>
The expression in ll_header_truncated() tests less than or equal, but
the warning prints less than. Update the warning.
Reported-by: Jouni Malinen <redacted>
Signed-off-by: Willem de Bruijn <willemb@google.com>