diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-11-24 14:29:38 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-11-24 14:29:38 +0000 |
| commit | 307d80be7ac4f1a65b849edcc42b2705545fa2b5 (patch) | |
| tree | f24c94cbed7412ca371d1f76bc07b9dfdcdbc432 /sys/dev/ie | |
| parent | 63281ad7528de71c6be2775ba1dffe60fb9f2289 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 6e3fdedef128d..ae4998425d328 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.17 1994/10/23 21:27:20 wollman Exp $ + * $Id: if_ie.c,v 1.18 1994/10/26 00:16:17 phk Exp $ */ /* @@ -1231,8 +1231,6 @@ static void ie_readframe(unit, ie, num) * as a multicast router or when using BPF. */ - eh.ether_type = ntohs(eh.ether_type); - /* * Finally pass this packet up to higher layers. */ |
