summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/hci_bcsp.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-28 21:20:40 +0400
committerMarcel Holtmann <marcel@holtmann.org>2005-10-28 21:20:40 +0400
commit20dd6f59d6ea5fe47397c5254606c76b1d047727 (patch)
treeffc9b0a7f3d582120c997ec4277f561f9d8c6f87 /drivers/bluetooth/hci_bcsp.h
parent408c1ce2716c7a004851c93f9f9dcf3d763bc240 (diff)
downloadlinux-20dd6f59d6ea5fe47397c5254606c76b1d047727.tar.xz
[Bluetooth] Remove TXCRC compile option for BCSP driver
The TXCRC compile option is not really useful and thus change it into a module parameter. Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/hci_bcsp.h')
-rw-r--r--drivers/bluetooth/hci_bcsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcsp.h b/drivers/bluetooth/hci_bcsp.h
index a2b3bb92274b..01bbc664db74 100644
--- a/drivers/bluetooth/hci_bcsp.h
+++ b/drivers/bluetooth/hci_bcsp.h
@@ -60,6 +60,7 @@ struct bcsp_struct {
BCSP_ESCSTATE_ESC
} rx_esc_state;
+ u8 use_crc;
u16 message_crc;
u8 txack_req; /* Do we need to send ack's to the peer? */