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)
commit84f6a95a265d3716537be91dc1bc04d229ad6000
tree164287a075d08fc19da8d48f8bd1b0131a7cb564
parenta3c2c4f6d8bcd473a7016db93da4f10b3f10f25f
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