Skip to content

Commit

Permalink
Bluetooth: Remove hci_h4 unused defines
Browse files Browse the repository at this point in the history
H4 states are not used anymore.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
  • Loading branch information
Poulain, Loic authored and Gustavo Padovan committed Apr 24, 2014
1 parent 7125df5 commit 22e7078
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/bluetooth/hci_h4.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ struct h4_struct {
struct sk_buff_head txq;
};

/* H4 receiver States */
#define H4_W4_PACKET_TYPE 0
#define H4_W4_EVENT_HDR 1
#define H4_W4_ACL_HDR 2
#define H4_W4_SCO_HDR 3
#define H4_W4_DATA 4

/* Initialize protocol */
static int h4_open(struct hci_uart *hu)
{
Expand Down

0 comments on commit 22e7078

Please sign in to comment.