aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_h4.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/hci_h4.c')
-rw-r--r--drivers/bluetooth/hci_h4.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c
index 7048a583fe51..66db9a803373 100644
--- a/drivers/bluetooth/hci_h4.c
+++ b/drivers/bluetooth/hci_h4.c
@@ -55,13 +55,6 @@ struct h4_struct {
55 struct sk_buff_head txq; 55 struct sk_buff_head txq;
56}; 56};
57 57
58/* H4 receiver States */
59#define H4_W4_PACKET_TYPE 0
60#define H4_W4_EVENT_HDR 1
61#define H4_W4_ACL_HDR 2
62#define H4_W4_SCO_HDR 3
63#define H4_W4_DATA 4
64
65/* Initialize protocol */ 58/* Initialize protocol */
66static int h4_open(struct hci_uart *hu) 59static int h4_open(struct hci_uart *hu)
67{ 60{