PERFORCE change 70114 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 1 13:20:38 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=70114

Change 70114 by sam at 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) {


More information about the p4-projects mailing list