summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2006-01-14 10:05:07 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2006-01-14 10:05:07 +0000
commit958288d0218912ac8c29b001f2992a68ae2180c6 (patch)
tree8f5c8aa478679320a55067dd6187e6c2e58fd836
parent14d48db34c50a6f7dfe2f960217a429ed215a390 (diff)
Notes
-rw-r--r--sys/pci/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c
index 0cdd3a94ada9..512547888a75 100644
--- a/sys/pci/if_ti.c
+++ b/sys/pci/if_ti.c
@@ -2533,7 +2533,7 @@ ti_rxeof(sc)
* tag it before passing the packet upward.
*/
if (have_tag) {
- VLAN_INPUT_TAG(ifp, m, vlan_tag);
+ VLAN_INPUT_TAG_NEW(ifp, m, vlan_tag);
if (m == NULL)
continue;
}