From: Marcel Holtmann Date: Wed, 10 Jun 2009 10:18:50 +0000 (+0200) Subject: Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack X-Git-Tag: v2.6.32-rc1~703^2~221^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d697302b291205171840bfe84c1563e171acb2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed