commit | 9213bb8325747d00b6d9d5aea6ccde6a72c8a1fa | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Aug 22 20:49:33 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 24 13:30:26 2012 -0400 |
tree | e983cee7389fc296678438ed5a39aba18ee4ce9c | |
parent | 8f4cccbbd92f2ad0ddbbc498ef7cee2a1c3defe9 [diff] |
wimax/i2400m: 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> Signed-off-by: David S. Miller <davem@davemloft.net>