Bluetooth: 6lowpan: No need to clear memory twice
[linux-2.6-microblaze.git] / net / bluetooth / 6lowpan.c
index 133d7ea..8e8c075 100644 (file)
@@ -641,7 +641,6 @@ static struct l2cap_chan *add_peer_chan(struct l2cap_chan *chan,
                return NULL;
 
        peer->chan = chan;
-       memset(&peer->peer_addr, 0, sizeof(struct in6_addr));
 
        baswap((void *)peer->lladdr, &chan->dst);