-/* $OpenBSD: qwx.c,v 1.40 2024/02/15 16:29:45 stsp Exp $ */
+/* $OpenBSD: qwx.c,v 1.41 2024/02/16 09:03:29 phessler Exp $ */
/*
* Copyright 2023 Stefan Sperling <stsp@openbsd.org>
wakeup(&sc->qrtr_server);
break;
default:
- printf("%s: unhandled qrtr type %u\n",
+ DPRINTF("%s: unhandled qrtr type %u\n",
sc->sc_dev.dv_xname, type);
return;
}
DPRINTF("%s: 0x%x: wlan freq avoid event\n", __func__, id);
break;
default:
- printf("%s: unsupported event id 0x%x\n", __func__, id);
+ DPRINTF("%s: unsupported event id 0x%x\n", __func__, id);
break;
}
-/* $OpenBSD: if_qwx_pci.c,v 1.8 2024/02/09 14:57:36 bluhm Exp $ */
+/* $OpenBSD: if_qwx_pci.c,v 1.9 2024/02/16 09:03:29 phessler Exp $ */
/*
* Copyright 2023 Stefan Sperling <stsp@openbsd.org>
if (!test_bit(ATH11K_FLAG_MULTI_MSI_VECTORS, sc->sc_flags))
return;
- printf("%s not implemented\n", __func__);
+ DPRINTF("%s not implemented\n", __func__);
}
void
if (!test_bit(ATH11K_FLAG_MULTI_MSI_VECTORS, sc->sc_flags))
return;
- printf("%s not implemented\n", __func__);
+ DPRINTF("%s not implemented\n", __func__);
}
void