PERFORCE change 135850 for review

Sam Leffler sam at FreeBSD.org
Wed Feb 20 22:42:33 UTC 2008


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

Change 135850 by sam at sam_ebb on 2008/02/20 22:41:58

	check for DATAPAD in the right place

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_output.c#31 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_output.c#31 (text+ko) ====

@@ -879,7 +879,7 @@
 	/*
 	 * Honor driver DATAPAD requirement.
 	 */
-	if (vap->iv_flags & IEEE80211_F_DATAPAD)
+	if (ic->ic_flags & IEEE80211_F_DATAPAD)
 		hdrspace = roundup(hdrsize, sizeof(uint32_t));
 	else
 		hdrspace = hdrsize;


More information about the p4-projects mailing list