summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hci/src/hci_hal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hci/src/hci_hal.c b/hci/src/hci_hal.c
index f2b48153f..ace622e95 100644
--- a/hci/src/hci_hal.c
+++ b/hci/src/hci_hal.c
@@ -32,7 +32,7 @@ const hci_hal_t *hci_hal_get_interface() {
soc_type = get_soc_type();
if (soc_type == BT_SOC_ROME || soc_type == BT_SOC_CHEROKEE
- || soc_type == BT_SOC_DEFAULT) {
+ || soc_type == BT_SOC_AR3K || soc_type == BT_SOC_DEFAULT) {
return hci_hal_h4_get_interface();
} else {
return hci_hal_mct_get_interface();