Bluetooth: Fix enabling BR/EDR SC when powering on
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 12 Dec 2014 11:30:11 +0000 (13:30 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 12 Dec 2014 12:17:41 +0000 (13:17 +0100)
commitec6f99b807e4bd50566c48fff8994da2fb1bf9fe
treeaaef209879750019dcd8cae36ef223dbec1c5916
parent1aeb9c651c06282e84c33eb838d1069582879af8
Bluetooth: Fix enabling BR/EDR SC when powering on

If we're in the AUTO_OFF stage the powered_update_hci() function is
responsible for doing the updates to the HCI state that were not done
during the actual mgmt command handlers. One of the updates needing done
is for BR/EDR SC support. This patch adds the missing HCI command for SC
support to the powered_update_hci() function.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/mgmt.c