svn commit: r231305 - stable/8/sys/net80211

Bjoern A. Zeeb bz at FreeBSD.org
Thu Feb 9 20:57:37 UTC 2012


Author: bz
Date: Thu Feb  9 20:57:36 2012
New Revision: 231305
URL: http://svn.freebsd.org/changeset/base/231305

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

Modified:
  stable/8/sys/net80211/ieee80211_output.c
Directory Properties:
  stable/8/sys/   (props changed)

Modified: stable/8/sys/net80211/ieee80211_output.c
==============================================================================
--- stable/8/sys/net80211/ieee80211_output.c	Thu Feb  9 20:57:25 2012	(r231304)
+++ stable/8/sys/net80211/ieee80211_output.c	Thu Feb  9 20:57:36 2012	(r231305)
@@ -823,7 +823,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-stable mailing list