Bluetooth: hci_uart: Use generic functionality from Broadcom module
The new Broadcom Bluetooth support module provides generic functionality for changing and checking the Bluetooth device address. Use these new features instead of keeping a duplicate in the driver. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Dieser Commit ist enthalten in:
@@ -44,6 +44,7 @@
|
||||
#include <net/bluetooth/bluetooth.h>
|
||||
#include <net/bluetooth/hci_core.h>
|
||||
|
||||
#include "btbcm.h"
|
||||
#include "hci_uart.h"
|
||||
|
||||
#define VERSION "2.3"
|
||||
@@ -299,7 +300,8 @@ static int hci_uart_setup(struct hci_dev *hdev)
|
||||
#endif
|
||||
#ifdef CONFIG_BT_HCIUART_BCM
|
||||
case 15:
|
||||
hdev->set_bdaddr = bcm_set_bdaddr;
|
||||
hdev->set_bdaddr = btbcm_set_bdaddr;
|
||||
btbcm_check_bdaddr(hdev);
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren