From: Stephen Hemminger Date: Fri, 14 Jul 2006 23:34:22 +0000 (-0700) Subject: [VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addr X-Git-Tag: v2.6.18-rc2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0610d11b53ad15200618e38e4511373e3ed09e8a;p=pandora-kernel.git [VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addr The inline function compare_ether_addr is faster than memcmp. Also, don't need to drag in proc_fs.h, the only reference to proc_dir_entry is a pointer so the declaration is needed here. Signed-off-by: Stephen Hemminger Acked-by: Ben Greear Signed-off-by: David S. Miller --- Reading git-diff-tree failed