git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c033be
)
rtlwifi: use eth_zero_addr() to assign zero address
author
Wei Yongjun
<yongjun_wei@trendmicro.com.cn>
Thu, 15 Nov 2012 13:24:57 +0000
(21:24 +0800)
committer
John 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