When the Intel USB controller has a default address, then set the quirk
so the Bluetooth core knows that controller configuration is required.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
         * fully operational, but have the danger of duplicate addresses
         * and that in turn can cause problems with Bluetooth operation.
         */
-       if (!bacmp(&rp->bdaddr, BDADDR_INTEL))
+       if (!bacmp(&rp->bdaddr, BDADDR_INTEL)) {
                BT_ERR("%s found Intel default device address (%pMR)",
                       hdev->name, &rp->bdaddr);
+               set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
+       }
 
        kfree_skb(skb);