From: Wei Yongjun Date: Tue, 21 Aug 2012 08:36:28 +0000 (+0800) Subject: staging: rtl8187se: using random_ether_addr() to generate random MAC X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~750 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceee26c0e09ee6df22563bf01aa6b29bd1e5c0de;p=pandora-kernel.git staging: rtl8187se: 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