Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pcmcia Pull up revision 1.15 (requested by cast...



details:   https://anonhg.NetBSD.org/src/rev/eb4c9947a069
branches:  netbsd-1-5
changeset: 490508:eb4c9947a069
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Thu Jan 25 17:47:55 2001 +0000

description:
Pull up revision 1.15 (requested by castor):
  Ensure the ethernet payload is properly aligned. Fixes PR port-hpcmips/11477.

diffstat:

 sys/dev/pcmcia/if_wivar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3158c2370f15 -r eb4c9947a069 sys/dev/pcmcia/if_wivar.h
--- a/sys/dev/pcmcia/if_wivar.h Thu Jan 25 17:47:08 2001 +0000
+++ b/sys/dev/pcmcia/if_wivar.h Thu Jan 25 17:47:55 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wivar.h,v 1.9.4.2 2000/07/21 18:52:11 onoe Exp $    */
+/*     $NetBSD: if_wivar.h,v 1.9.4.3 2001/01/25 17:47:55 jhawk Exp $   */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -76,7 +76,7 @@
        struct ieee80211_nwid   wi_netid;
        struct ieee80211_nwid   wi_ibssid;
 
-       u_int8_t                wi_txbuf[1596];
+       u_int16_t               wi_txbuf[1596 / 2];
        int                     wi_has_wep;
        int                     wi_use_wep;
        int                     wi_tx_key;



Home | Main Index | Thread Index | Old Index