PERFORCE change 138793 for review

Sam Leffler sam at FreeBSD.org
Thu Mar 27 22:05:59 PDT 2008


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

Change 138793 by sam at sam_ebb on 2008/03/28 05:05:54

	classify ProbeReq frames as BE

Affected files ...

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

Differences ...

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

@@ -1705,6 +1705,8 @@
 		sa, da, bssid);
 	/* XXX power management? */
 
+	M_WME_SETAC(m, WME_AC_BE);
+
 	IEEE80211_NODE_STAT(ni, tx_probereq);
 	IEEE80211_NODE_STAT(ni, tx_mgmt);
 


More information about the p4-projects mailing list