aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2014-09-19 09:01:19 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2014-09-19 09:01:19 +0000
commit56b61ca27ace61b1f30aaeb54138d8114df56d00 (patch)
tree2346dc2a57057cf36e1f65ce69915934b9e9b825 /sys/dev/cx
parent35163b6c157757c0b30811a9d9b03ff8b790de0e (diff)
Notes
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/if_cx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index 5ec4b8e9aaf9..eecab5fadc4d 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -2421,7 +2421,6 @@ static int ng_cx_rcvdata (hook_p hook, item_p item)
CX_LOCK (bd);
IF_LOCK (q);
if (_IF_QFULL (q)) {
- _IF_DROP (q);
IF_UNLOCK (q);
CX_UNLOCK (bd);
splx (s);