]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: make use of is_zero_ether_addr()
authorBing Zhao <bzhao@marvell.com>
Tue, 28 Aug 2012 03:32:54 +0000 (20:32 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Sep 2012 19:03:41 +0000 (15:03 -0400)
commit9c256ae7af1692bb357765027041bc0195ddbe44
tree164287a075d08fc19da8d48f8bd1b0131a7cb564
parent04179e9d7456faf4c7fd5161e7695e5707ef2e83
mwifiex: make use of is_zero_ether_addr()

Use is_zero_ether_addr() instead of directly using memcmp() to
determine if the ethernet address is all zeros.

Cc: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/scan.c