From: Wei Yongjun Date: Sun, 26 Aug 2012 00:52:48 +0000 (+0800) Subject: staging: wlags49_h2: use is_broadcast_ether_addr() instead of memcmp() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~777 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f19b38f135aaf3c71198bb55cb7a88693a4ba00;p=pandora-kernel.git staging: wlags49_h2: use is_broadcast_ether_addr() instead of memcmp() Using is_broadcast_ether_addr() instead of directly use memcmp() to determine if the ethernet address is broadcast address. Signed-off-by: Wei Yongjun Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed