]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sun, 26 Aug 2012 01:24:21 +0000 (09:24 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 7 Sep 2012 19:03:40 +0000 (15:03 -0400)
commit6b6752d4880eb263daf2debfcbda06a9185ed9d0
tree3af446f3724d39d82d83ef1ef78bfc9ed913b0e2
parent35622dc26eeb1c9046df659be43b3a9316b0bf65
wl3501_cs: use is_broadcast_ether_addr() instead of memcmp()

Using is_broadcast_ether_addr() instead of directly use
memcmp() to determine if the ethernet address is broadcast
address.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl3501_cs.c