Bluetooth: Remove hci_h4 unused defines
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>
This commit is contained in:
committed by
Gustavo Padovan
parent
7125df5351
commit
22e7078641
@@ -55,13 +55,6 @@ struct h4_struct {
|
|||||||
struct sk_buff_head txq;
|
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 */
|
/* Initialize protocol */
|
||||||
static int h4_open(struct hci_uart *hu)
|
static int h4_open(struct hci_uart *hu)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user