Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2012 20:57:36 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r231305 - stable/8/sys/net80211
Message-ID:  <201202092057.q19KvaZH029475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202092057.q19KvaZH029475>