diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-12-18 18:24:27 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-12-18 18:24:27 +0000 |
| commit | d147662cd3b46d4e9c786c955620193a7ef64e7f (patch) | |
| tree | edde4e6e448953c23a09236086ca19000c7a4fb5 /sys/dev/ixgb | |
| parent | bd6b2177531840f4f42366604c6fdd9d4755c635 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ixgb')
| -rw-r--r-- | sys/dev/ixgb/if_ixgb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c index 710ebece22e3..788b398e9801 100644 --- a/sys/dev/ixgb/if_ixgb.c +++ b/sys/dev/ixgb/if_ixgb.c @@ -2153,8 +2153,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); |
