From: Joe Perches Date: Sun, 1 Sep 2013 20:11:55 +0000 (-0700) Subject: llc: Use normal etherdevice.h tests X-Git-Tag: v3.12-rc1~132^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951fd874c3b014c4abf38a8e588d4687b98fedb4;p=pandora-kernel.git llc: Use normal etherdevice.h tests Convert the llc_ static inlines to the equivalents from etherdevice.h and remove the llc_ static inline functions. llc_mac_null -> is_zero_ether_addr llc_mac_multicast -> is_multicast_ether_addr llc_mac_match -> ether_addr_equal Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed