summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/if_arge.c
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2009-04-29 03:21:53 +0000
committergonzo <gonzo@FreeBSD.org>2009-04-29 03:21:53 +0000
commit27c94311cad8a148300e55b50c18eca1fb57e523 (patch)
treebe5779d4d10136276ebcdf96356cc27d96ae54e7 /sys/mips/atheros/if_arge.c
parent12d7b402e812e37b63467e6b1fc531a627f59295 (diff)
downloadFreeBSD-src-27c94311cad8a148300e55b50c18eca1fb57e523.zip
FreeBSD-src-27c94311cad8a148300e55b50c18eca1fb57e523.tar.gz
- accummulate interrupt causes in filter instead of rewriting old. The only
place where status should be overrided - interrupt handler
Diffstat (limited to 'sys/mips/atheros/if_arge.c')
-rw-r--r--sys/mips/atheros/if_arge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/atheros/if_arge.c b/sys/mips/atheros/if_arge.c
index 7dbfe70..a3f38e0 100644
--- a/sys/mips/atheros/if_arge.c
+++ b/sys/mips/atheros/if_arge.c
@@ -1471,7 +1471,7 @@ arge_intr_filter(void *arg)
ARGE_CLEAR_BITS(sc, AR71XX_DMA_INTR,
DMA_INTR_TX_UNDERRUN | DMA_INTR_TX_PKT_SENT);
- sc->arge_intr_status = status;
+ sc->arge_intr_status |= status;
return (FILTER_SCHEDULE_THREAD);
}
OpenPOWER on IntegriCloud