summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-11-02 13:19:55 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-11-02 13:19:55 +0000
commita097798c889cef47144b3cce2118c5d9e914864c (patch)
tree33dc11a8a6707d1c99299e1d1bb96cb571b4b15e
parent96d225b71e83cf4f958afa56e87312d67f5a1118 (diff)
Remove decoding of flow control feature bits
-rw-r--r--src/hci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hci.c b/src/hci.c
index eeb171a1..d21ef274 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -551,9 +551,6 @@ static hci_map lmp_features_map[8][9] = {
{ "<paging scheme>", LMP_PSCHEME }, /* Bit 1 */
{ "<power control>", LMP_PCONTROL }, /* Bit 2 */
{ "<transparent SCO>", LMP_TRSP_SCO }, /* Bit 3 */
- { "<flow control (LSB)",0x10 }, /* Bit 4 */
- { "<flow control (MB)", 0x20 }, /* Bit 5 */
- { "<flow control (MSB)",0x40 }, /* Bit 6 */
{ "<broadcast encrypt>",LMP_BCAST_ENC }, /* Bit 7 */
{ NULL }
},