From ef866e0119ad473b081d3902f0f5e2c2acce84eb Mon Sep 17 00:00:00 2001 From: Uwe Stuehler Date: Tue, 19 Jun 2007 07:59:58 +0000 Subject: Pass the correct flag to sbt_start() in sbt_start_cmd() --- sys/dev/sdmmc/sbt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/sdmmc/sbt.c b/sys/dev/sdmmc/sbt.c index aa8a63ba62c..070d53c5ee8 100644 --- a/sys/dev/sdmmc/sbt.c +++ b/sys/dev/sdmmc/sbt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbt.c,v 1.8 2007/06/19 07:58:05 uwe Exp $ */ +/* $OpenBSD: sbt.c,v 1.9 2007/06/19 07:59:57 uwe Exp $ */ /* * Copyright (c) 2007 Uwe Stuehler @@ -459,7 +459,7 @@ sbt_start(struct hci_unit *unit, struct ifqueue *q, int xmit) void sbt_start_cmd(struct hci_unit *unit) { - sbt_start(unit, &unit->hci_cmdq, BTF_XMIT_ACL); + sbt_start(unit, &unit->hci_cmdq, BTF_XMIT_CMD); } void -- cgit v1.2.3