summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti/if_ti.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ti/if_ti.c')
-rw-r--r--sys/dev/ti/if_ti.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index eda9eec..98b9b64 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -1808,7 +1808,7 @@ static void ti_rxeof(sc)
* to vlan_input() instead of ether_input().
*/
if (have_tag) {
- VLAN_INPUT_TAG(ifp, eh, m, vlan_tag);
+ VLAN_INPUT_TAG(eh, m, vlan_tag);
have_tag = vlan_tag = 0;
continue;
}
OpenPOWER on IntegriCloud