Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2012 23:41:38 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229795 - head/sys/net80211
Message-ID:  <201201072341.q07NfcZk061321@svn.freebsd.org>

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



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