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)
commit91d697302b291205171840bfe84c1563e171acb2
treee196d2573bee89b511cb8052d25357959d47d9a8
parent60dee5ccd789ee8a380eee802b6cb24c52123428
Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack

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>
drivers/bluetooth/btmrvl_main.c