Tag: ceee26c0e09ee6df22563bf01aa6b29bd1e5c0de

staging: rtl8187se: using random_ether_addr() to generate random MAC

Author: Wei Yongjun <yongjun_wei@trendmicro.com.cn> 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 — drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c | 8 +——- 1 file …

Continue reading