artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35ee0dc
)
Fix last commit; the flag has a slightly different prefix
author
patrick
<patrick@openbsd.org>
Sat, 6 Jul 2024 05:34:35 +0000
(
05:34
+0000)
committer
patrick
<patrick@openbsd.org>
Sat, 6 Jul 2024 05:34:35 +0000
(
05:34
+0000)
sys/dev/pci/if_qwx_pci.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_qwx_pci.c
b/sys/dev/pci/if_qwx_pci.c
index
622e6d5
..
4393ab0
100644
(file)
--- a/
sys/dev/pci/if_qwx_pci.c
+++ b/
sys/dev/pci/if_qwx_pci.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_qwx_pci.c,v 1.2
1 2024/07/05 21:24:13
patrick Exp $ */
+/* $OpenBSD: if_qwx_pci.c,v 1.2
2 2024/07/06 05:34:35
patrick Exp $ */
/*
* Copyright 2023 Stefan Sperling <stsp@openbsd.org>
@@
-4130,7
+4130,7
@@
qwx_pci_intr(void *arg)
ret = 1;
}
- if (test_bit(
QWX
_FLAG_EXT_IRQ_ENABLED, sc->sc_flags)) {
+ if (test_bit(
ATH11K
_FLAG_EXT_IRQ_ENABLED, sc->sc_flags)) {
for (i = 0; i < nitems(sc->ext_irq_grp); i++) {
if (qwx_dp_service_srng(sc, i))
ret = 1;