Commit 940cbe3a authored by Marcel Holtmann's avatar Marcel Holtmann

Bluetooth: hci_uart: Remove unused h4->rx_state and h4->rx_count field

The fields h4->rx_state and h4->rx_count are not used at all and with
that they can be just removed.
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
parent 72b9439b
......@@ -49,8 +49,6 @@
#define VERSION "1.2"
struct h4_struct {
unsigned long rx_state;
unsigned long rx_count;
struct sk_buff_head txq;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment