commit | 9545b22da647cf6fbbac9c5a48c50fd72d892b11 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Mon May 04 14:34:10 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 19:24:43 2015 -0400 |
tree | de68fd72233395bcf80b7adfa23db77f9ffeaa77 | |
parent | 6713fc9b8fa33444aa000f0f31076f6a859ccb34 [diff] |
vlan: Use eth_proto_is_802_3 Replace "ntohs(proto) >= ETH_P_802_3_MIN" w/ eth_proto_is_802_3(proto). Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>