aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
authorAmitkumar Karwar <akarwar@marvell.com>2013-10-01 15:19:13 -0400
committerMarcel Holtmann <marcel@holtmann.org>2013-10-02 03:36:15 -0400
commit7d5b400cb0018bd23f643adbd413e5e77cce6409 (patch)
tree7146358561ec6fb5aabbee5c4ef01bfc900e6735 /drivers/bluetooth/btmrvl_drv.h
parentc037874ca291a47b863c0732aac0dda98cda66c7 (diff)
Bluetooth: btmrvl: get rid of struct btmrvl_cmd
Replace this proprietary structure with the standard one (struct hci_command_hdr). Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r--drivers/bluetooth/btmrvl_drv.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h
index 27068d149380..42f7028d3890 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -116,12 +116,6 @@ struct btmrvl_private {
116#define PS_SLEEP 0x01 116#define PS_SLEEP 0x01
117#define PS_AWAKE 0x00 117#define PS_AWAKE 0x00
118 118
119struct btmrvl_cmd {
120 __le16 ocf_ogf;
121 u8 length;
122 u8 data[4];
123} __packed;
124
125struct btmrvl_event { 119struct btmrvl_event {
126 u8 ec; /* event counter */ 120 u8 ec; /* event counter */
127 u8 length; 121 u8 length;