commit | 37905ae131a728d90515bb9258f195edb6c5d5a2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Aug 21 16:39:04 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 04 14:11:29 2012 -0700 |
tree | f9610c1cfe713ec245d4881fbeb58661af75bb69 | |
parent | 71cd7913cb7b28aa6e7daee217339fc8c70f1a0b [diff] |
Staging: rtl8192u: using random_ether_addr() to generate random MAC Using random_ether_addr() to generate a random Ethernet address (MAC) that is not multicast and has the local assigned bit set. Not need to duplicating its implementation. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>