Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 10 Jun 2009 10:18:50 +0000 (12:18 +0200)
committerMarcel 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