From: Wei Yongjun Date: Fri, 24 Aug 2012 05:25:30 +0000 (+0800) Subject: mwifiex: use is_broadcast_ether_addr() instead of memcmp() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~163^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a71bf90facfdbb7322acd84c1299d68755ba5dfe;p=pandora-kernel.git mwifiex: 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 Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed