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/gx | |
| parent | 011376308f954457a26cc632ad96816a76d25b00 (diff) | |
Notes
Diffstat (limited to 'sys/dev/gx')
| -rw-r--r-- | sys/dev/gx/if_gx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/gx/if_gx.c b/sys/dev/gx/if_gx.c index a8fd7765b7a2..0e44a73db4da 100644 --- a/sys/dev/gx/if_gx.c +++ b/sys/dev/gx/if_gx.c @@ -1318,7 +1318,7 @@ gx_rxeof(struct gx_softc *gx) * to vlan_input() instead of ether_input(). */ if (staterr & GX_RXSTAT_VLAN_PKT) { - VLAN_INPUT_TAG(ifp, eh, m, rx->rx_special); + VLAN_INPUT_TAG(eh, m, rx->rx_special); continue; } ether_input(ifp, eh, m); |
