m_tag transition mistake (within #if 0)

This commit is contained in:
itojun 2003-01-21 05:43:26 +00:00
parent 0eec7150b6
commit aa8971e35f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_wm.c,v 1.30 2003/01/17 08:11:52 itojun Exp $ */
/* $NetBSD: if_wm.c,v 1.31 2003/01/21 05:43:26 itojun Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@ -1306,7 +1306,7 @@ wm_start(struct ifnet *ifp)
sc->sc_txdescs[lasttx].wtx_cmdlen |=
htole32(WTX_CMD_VLE);
sc->sc_txdescs[lasttx].wtx_fields.wtxu_fields.wtxu_vlan
= htole16(*mtod(m, int *) & 0xffff);
= htole16(*(u_int *)(mtag + 1) & 0xffff);
}
#endif /* XXXJRT */