]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: Provide high speed configuration option
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 2 Oct 2013 05:59:22 +0000 (22:59 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 2 Oct 2013 06:09:59 +0000 (09:09 +0300)
commit848566b381e72b07e41beffde677955ae1498153
treebc144e58d310a474224a37121ee76cc03a4afd94
parenta59ac2f7447d8a4202f29ade1af785212d12b1d1
Bluetooth: Provide high speed configuration option

Hiding the Bluetooth high speed support behind a module parameter is
not really useful. This can be enabled and disabled at runtime via
the management interface. This also has the advantage that this can
now be changed per controller and not just global.

This patch removes the module parameter and exposes the high speed
setting of the management interface to all controllers.

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