git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60dee5c
)
Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 10 Jun 2009 10:18:50 +0000
(12:18 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 22 Aug 2009 21:25:34 +0000
(14:25 -0700)
The Marvell driver has some weird quirks on how to construct proper SKBs
with Bluetooth HCI commands. Fix it to use skb_put properly and also
use hci_opcode_pack instead of self-crafted macro.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found