svn commit: r229795 - head/sys/net80211

Bjoern A. Zeeb bz at FreeBSD.org
Sat Jan 7 23:41:39 UTC 2012


Author: bz
Date: Sat Jan  7 23:41:38 2012
New Revision: 229795
URL: http://svn.freebsd.org/changeset/base/229795

Log:
  Correct comment for the IPv6 case to say "traffic class" not "TOS"
  as pointed out back in 2009.
  
  MFC after:	3 days

Modified:
  head/sys/net80211/ieee80211_output.c

Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c	Sat Jan  7 23:15:21 2012	(r229794)
+++ head/sys/net80211/ieee80211_output.c	Sat Jan  7 23:41:38 2012	(r229795)
@@ -834,7 +834,7 @@ ieee80211_classify(struct ieee80211_node
 		uint32_t flow;
 		uint8_t tos;
 		/*
-		 * IPv6 frame, map the DSCP bits from the TOS field.
+		 * IPv6 frame, map the DSCP bits from the traffic class field.
 		 */
 		m_copydata(m, sizeof(struct ether_header) +
 		    offsetof(struct ip6_hdr, ip6_flow), sizeof(flow),


More information about the svn-src-head mailing list