mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08:00
Bluetooth: Bring back var 'i' increment
commit ff6e2163f2
accidentally added a
regression on the bnep code. Fixing it.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b1312c89f0
commit
1a61a83ff5
@ -104,6 +104,8 @@ static void bnep_net_set_mc_list(struct net_device *dev)
|
||||
break;
|
||||
memcpy(__skb_put(skb, ETH_ALEN), ha->addr, ETH_ALEN);
|
||||
memcpy(__skb_put(skb, ETH_ALEN), ha->addr, ETH_ALEN);
|
||||
|
||||
i++;
|
||||
}
|
||||
r->len = htons(skb->len - len);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user