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/bge | |
| parent | 011376308f954457a26cc632ad96816a76d25b00 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bge')
| -rw-r--r-- | sys/dev/bge/if_bge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 0d05f64710b8..d9c87f2a4365 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -1906,7 +1906,7 @@ bge_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; } |
