diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 19:20:40 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-10-28 19:20:40 +0200 |
commit | 20dd6f59d6ea5fe47397c5254606c76b1d047727 (patch) | |
tree | ffc9b0a7f3d582120c997ec4277f561f9d8c6f87 /drivers/bluetooth/hci_bcsp.h | |
parent | 408c1ce2716c7a004851c93f9f9dcf3d763bc240 (diff) |
[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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcsp.h b/drivers/bluetooth/hci_bcsp.h index a2b3bb92274..01bbc664db7 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? */ |