From: Johan Hedberg Date: Wed, 24 Apr 2013 10:05:32 +0000 (+0300) Subject: Bluetooth: Fix checks for LE support on LE-only controllers X-Git-Tag: v3.10-rc6~18^2^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757aee0f7177b7c7528aa0c120fc131aca8bf641;p=pandora-kernel.git Bluetooth: Fix checks for LE support on LE-only controllers LE-only controllers do not support extended features so any kind of host feature bit checks do not make sense for them. This patch fixes code used for both single-mode (LE-only) and dual-mode (BR/EDR/LE) to use the HCI_LE_ENABLED flag instead of the "Host LE supported" feature bit for LE support tests. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan Signed-off-by: John W. Linville --- Reading git-diff-tree failed