Date: Tue, 1 Feb 2005 21:20:36 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 70114 for review Message-ID: <200502012120.j11LKasu082059@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=70114 Change 70114 by sam@sam_ebb on 2005/02/01 21:20:14 DATAPAD should be checked in the common flags Affected files ... .. //depot/projects/vap/sys/net80211/ieee80211_output.c#3 edit Differences ... ==== //depot/projects/vap/sys/net80211/ieee80211_output.c#3 (text+ko) ==== @@ -588,7 +588,7 @@ hdrsize = sizeof(struct ieee80211_qosframe); else hdrsize = sizeof(struct ieee80211_frame); - if (vap->iv_flags & IEEE80211_F_DATAPAD) + if (ic->ic_flags & IEEE80211_F_DATAPAD) hdrsize = roundup(hdrsize, sizeof(u_int32_t)); if (m->m_flags & M_FF) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502012120.j11LKasu082059>