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