commit | 626a43de90cf5832a54a66f3320dba97dd073c48 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Aug 24 13:27:10 2012 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 07 15:03:39 2012 -0400 |
tree | 08d6c801d067091e98edb4f130932567c2629a29 | |
parent | a71bf90facfdbb7322acd84c1299d68755ba5dfe [diff] |
mwifiex: use is_zero_ether_addr() instead of memcmp() Using is_zero_ether_addr() instead of directly use memcmp() to determine if the ethernet address is all zeros. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>