Small tweak: in xl_rxeof(), rxstat should be u_int32_t, not u_int16_t.
This commit is contained in:
parent
203aa2011f
commit
24b1c0e0d7
@ -29,7 +29,7 @@
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_xl.c,v 1.49 1999/08/02 21:06:16 wpaul Exp $
|
||||
* $Id: if_xl.c,v 1.50 1999/08/02 21:57:57 wpaul Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -163,7 +163,7 @@
|
||||
|
||||
#if !defined(lint)
|
||||
static const char rcsid[] =
|
||||
"$Id: if_xl.c,v 1.49 1999/08/02 21:06:16 wpaul Exp $";
|
||||
"$Id: if_xl.c,v 1.50 1999/08/02 21:57:57 wpaul Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -1990,7 +1990,7 @@ static void xl_rxeof(sc)
|
||||
struct ifnet *ifp;
|
||||
struct xl_chain_onefrag *cur_rx;
|
||||
int total_len = 0;
|
||||
u_int16_t rxstat;
|
||||
u_int32_t rxstat;
|
||||
|
||||
ifp = &sc->arpcom.ac_if;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user