From: Wei Yongjun Date: Sun, 26 Aug 2012 01:24:21 +0000 (+0800) Subject: wl3501_cs: use is_broadcast_ether_addr() instead of memcmp() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~163^2^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6752d4880eb263daf2debfcbda06a9185ed9d0;p=pandora-kernel.git wl3501_cs: 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: John W. Linville --- Reading git-diff-tree failed