From: Wei Yongjun Date: Tue, 21 Aug 2012 08:39:04 +0000 (+0800) Subject: Staging: rtl8192u: using random_ether_addr() to generate random MAC X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~748 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37905ae131a728d90515bb9258f195edb6c5d5a2;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed