From 67b4d16a1bd5e15aa8e858c31801d95e40dee259 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 10 Mar 2015 21:59:34 +0200 Subject: [PATCH] core: Mention FastConnectable kernel requirement in main.conf --- src/main.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.conf b/src/main.conf index 9b41f8cc6..884f68d63 100644 --- a/src/main.conf +++ b/src/main.conf @@ -61,7 +61,8 @@ # Permanently enables the Fast Connectable setting for adapters that # support it. When enabled other devices can connect faster to us, -# however the tradeoff is increased power consumptions. Defaults to +# however the tradeoff is increased power consumptions. This feature +# will fully work only on kernel version 4.1 and newer. Defaults to # 'false'. #FastConnectable = false -- 2.47.3