commit | eee2f04b801ebc95da16f91fef029a083ba1a216 | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Thu Jan 08 11:29:18 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 12 16:00:55 2015 -0500 |
tree | 39cfbc5fbcbfe17dc444d6c93186192fc9ae6ada | |
parent | 20d14a5d377a6265c2e89986d052f79dff922217 [diff] |
packet: make packet too small warning match condition The expression in ll_header_truncated() tests less than or equal, but the warning prints less than. Update the warning. Reported-by: Jouni Malinen <jkmalinen@gmail.com> Signed-off-by: Willem de Bruijn <willemb@google.com> Acked-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>