From ec147cebfebc7c4c2b82a0f65f3a708d655cf112 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 6 Nov 2015 22:04:17 +0200 Subject: [PATCH] Bluetooth: Kconfig: Fix comment about outgoing buffers There's no BLUETOOTH_ACL_OUT_COUNT configuration option anymore so update the text accordingly. Change-Id: I431e3d63b8a3e9aebe855e4b5c0083e7d5e50f8b Signed-off-by: Johan Hedberg --- net/bluetooth/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index f8e2f1becda..4bd2a329631 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -45,9 +45,9 @@ config BLUETOOTH_HCI_EVT_COUNT range 2 64 help Number of buffers available for HCI events. This number should - ideally be at least as large as BLUETOOTH_ACL_OUT_COUNT to make - sure we've got enough buffers to handle bursts of Number of - Completed Packets HCI events. + ideally be at least as large as the available outgoing buffers + to make sure we've got enough buffers to handle bursts of + Number of Completed Packets HCI events. config BLUETOOTH_MAX_EVT_LEN int "Maximum supported HCI event length"