commit | 6713fc9b8fa33444aa000f0f31076f6a859ccb34 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@redhat.com> | Mon May 04 14:34:05 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 05 19:24:42 2015 -0400 |
tree | 3a33dfdf239f97921aefb32771c5688be1aa3de5 | |
parent | d181ddca89cf8680db6c767ae38e3b66224d1657 [diff] |
openvswitch: 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>