Tag: 7949d20c133ab00ba3d2ae7b099171046aa32252

ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()

Author: Wei Yongjun <yongjun_wei@trendmicro.com.cn> 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 Signed-off-by: John W. Linville — drivers/net/wireless/ipw2x00/ipw2200.c | 11 ++——— 1 file changed, 2 insertions(+), 9 deletions(-)   diff …

Continue reading