Skip to content

Commit 8eb2dff

Browse files
committed
fixup! Bluetooth: Host: Move tx_processor to bt_taskq
1 parent e5f93e5 commit 8eb2dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/host/hci_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5009,5 +5009,5 @@ static K_WORK_DEFINE(tx_work, tx_processor);
50095009
void bt_tx_irq_raise(void)
50105010
{
50115011
LOG_DBG("kick TX");
5012-
k_work_submit_to_queue(&bt_taskq, &tx_work);
5012+
k_work_submit_to_queue(bt_taskq_chosen, &tx_work);
50135013
}

0 commit comments

Comments
 (0)