Update to 2.6.32.41 Mainline
/net/ipv6/addrconf.c
blob:d1f77ccea28cafd75592b190bfc7afd1940b8840 -> blob:8ac3d091a5b10d16f71cf570dc5040ed1649815a
--- net/ipv6/addrconf.c
+++ net/ipv6/addrconf.c
@@ -407,9 +407,6 @@ static struct inet6_dev * ipv6_add_dev(s
dev->type == ARPHRD_TUNNEL6 ||
dev->type == ARPHRD_SIT ||
dev->type == ARPHRD_NONE) {
- printk(KERN_INFO
- "%s: Disabled Privacy Extensions\n",
- dev->name);
ndev->cnf.use_tempaddr = -1;
} else {
in6_dev_hold(ndev);