aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-12-18 18:24:27 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-12-18 18:24:27 +0000
commitd147662cd3b46d4e9c786c955620193a7ef64e7f (patch)
treeedde4e6e448953c23a09236086ca19000c7a4fb5 /sys/dev/em
parentbd6b2177531840f4f42366604c6fdd9d4755c635 (diff)
Notes
Diffstat (limited to 'sys/dev/em')
-rw-r--r--sys/dev/em/if_em.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c
index 192777db1737a..8f8f465571ecb 100644
--- a/sys/dev/em/if_em.c
+++ b/sys/dev/em/if_em.c
@@ -2970,8 +2970,7 @@ em_process_receive_interrupts(struct adapter * adapter, int count)
if (current_desc->status & E1000_RXD_STAT_VP)
VLAN_INPUT_TAG(ifp, adapter->fmp,
(le16toh(current_desc->special) &
- E1000_RXD_SPC_VLAN_MASK),
- adapter->fmp = NULL);
+ E1000_RXD_SPC_VLAN_MASK));
#ifndef __NO_STRICT_ALIGNMENT
skip:
#endif