Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@
#define VERSION "1.2"

struct h4_struct {
	unsigned long rx_state;
	unsigned long rx_count;
	struct sk_buff_head txq;
};