commit | 6b6752d4880eb263daf2debfcbda06a9185ed9d0 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Aug 26 09:24:21 2012 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 07 15:03:40 2012 -0400 |
tree | 3af446f3724d39d82d83ef1ef78bfc9ed913b0e2 | |
parent | 35622dc26eeb1c9046df659be43b3a9316b0bf65 [diff] |
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 <yongjun_wei@trendmicro.com.cn> Signed-off-by: John W. Linville <linville@tuxdriver.com>