aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgb
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-01-13 11:51:11 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-01-13 11:51:11 +0000
commit320551f33b90d7372e8b7c56739dc2cc0c466208 (patch)
treea8ea4140725c28f7641d2dfedeeef9484301e9ec /sys/dev/ixgb
parent2c6192958c8961773ff001f7f4885bc171658054 (diff)
Notes
Diffstat (limited to 'sys/dev/ixgb')
-rw-r--r--sys/dev/ixgb/if_ixgb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c
index 4c79d0179327..789eab1a551f 100644
--- a/sys/dev/ixgb/if_ixgb.c
+++ b/sys/dev/ixgb/if_ixgb.c
@@ -2152,8 +2152,7 @@ ixgb_process_receive_interrupts(struct adapter * adapter, int count)
adapter->fmp);
if (current_desc->status & IXGB_RX_DESC_STATUS_VP)
VLAN_INPUT_TAG(ifp, adapter->fmp,
- current_desc->special,
- adapter->fmp = NULL);
+ current_desc->special);
if (adapter->fmp != NULL) {
IXGB_UNLOCK(adapter);