projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1312c8
)
Bluetooth: Bring back var 'i' increment
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Fri, 18 Jun 2010 14:24:00 +0000
(14:24 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 25 Jun 2010 05:08:37 +0000
(22:08 -0700)
commit
ff6e2163f28a1094fb5ca5950fe2b43c3cf6bc7a
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>
net/bluetooth/bnep/netdev.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/bnep/netdev.c
b/net/bluetooth/bnep/netdev.c
index
0faad5c
..
8c100c9
100644
(file)
--- a/
net/bluetooth/bnep/netdev.c
+++ b/
net/bluetooth/bnep/netdev.c
@@
-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);
}