commit | 0d1c6d1c74c82410c167372c12ff780e39d911b7 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu Aug 23 15:17:09 2012 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 07 15:03:38 2012 -0400 |
tree | 5d3b2d2b2479a02f878376356f5f68ba40716caa | |
parent | c3a2ee93501645fe9ceeb02335f8d8512770e972 [diff] |
airo: use is_zero_ether_addr() and is_broadcast_ether_addr() Using is_zero_ether_addr() and is_broadcast_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> Signed-off-by: John W. Linville <linville@tuxdriver.com>