rtlwifi: use eth_zero_addr() to assign zero address
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 15 Nov 2012 13:24:57 +0000 (21:24 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Nov 2012 19:29:07 +0000 (14:29 -0500)
Using eth_zero_addr() to assign zero address insetad of
memset() or an inefficient copy from a static array.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found