aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ctau
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2010-05-03 07:32:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2010-05-03 07:32:50 +0000
commite50d35e6c6c68e83fa329aff043d53ab84982fd3 (patch)
tree66ca2ebd19fbb3af659fe11c4a5999a6fb1fc68f /sys/dev/ctau
parent551e75c7af421b58b9ba54d639af1e5f7a79ca23 (diff)
Notes
Diffstat (limited to 'sys/dev/ctau')
-rw-r--r--sys/dev/ctau/if_ct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c
index 125dfa5ed803..dbdca97411d0 100644
--- a/sys/dev/ctau/if_ct.c
+++ b/sys/dev/ctau/if_ct.c
@@ -722,8 +722,8 @@ static int ct_attach (device_t dev)
ct_bus_dma_mem_free (&d->dmamem);
continue;
}
- d->queue.ifq_maxlen = IFQ_MAXLEN;
- d->hi_queue.ifq_maxlen = IFQ_MAXLEN;
+ d->queue.ifq_maxlen = ifqmaxlen;
+ d->hi_queue.ifq_maxlen = ifqmaxlen;
mtx_init (&d->queue.ifq_mtx, "ct_queue", NULL, MTX_DEF);
mtx_init (&d->hi_queue.ifq_mtx, "ct_queue_hi", NULL, MTX_DEF);
#else /*NETGRAPH*/