Bluetooth: Fix quirks that are valid during setup driver callback
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 15:23:34 +0000 (17:23 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 18:09:59 +0000 (21:09 +0300)
commitaf202f84415a69b964a9ec371e11781f2a1e5396
tree38fe03028c01eb9db551bf3228f16d994b329186
parenteb1904f49d3e11468997e0667e6ec332a66697c9
Bluetooth: Fix quirks that are valid during setup driver callback

For the quirks that are allow to be set during setup callback, the
check needs to be modified so that they are applied even if no
setup callback provided by the driver.

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