From: Alexander Duyck Date: Mon, 4 May 2015 21:33:54 +0000 (-0700) Subject: ebtables: Use eth_proto_is_802_3 X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~371^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27cf6a6e69a52b07adc68af11e3e39548593baf0;p=pandora-kernel.git ebtables: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed