diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-12-03 17:28:27 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-12-03 17:28:27 +0000 |
| commit | 437e48e9310f288d03ec87721977a0467d809f96 (patch) | |
| tree | 3ec2b2e029e880f02c5d9088938736698a408ac5 /sys/dev/txp | |
| parent | 011376308f954457a26cc632ad96816a76d25b00 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 68f2421327b54..7491cba329698 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -805,7 +805,7 @@ txp_rx_reclaim(sc, r) m_adj(m, sizeof(struct ether_header)); if (rxd->rx_stat & RX_STAT_VLAN) { - VLAN_INPUT_TAG(ifp, eh, m, htons(rxd->rx_vlan >> 16)); + VLAN_INPUT_TAG(eh, m, htons(rxd->rx_vlan >> 16)); goto next; } |
