svn commit: r231304 - stable/9/sys/net80211
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Feb 9 20:57:26 UTC 2012
Author: bz
Date: Thu Feb 9 20:57:25 2012
New Revision: 231304
URL: http://svn.freebsd.org/changeset/base/231304
Log:
MFC r229795:
Correct comment for the IPv6 case to say "traffic class" not "TOS"
as pointed out back in 2009.
Modified:
stable/9/sys/net80211/ieee80211_output.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/net80211/ieee80211_output.c
==============================================================================
--- stable/9/sys/net80211/ieee80211_output.c Thu Feb 9 20:54:25 2012 (r231303)
+++ stable/9/sys/net80211/ieee80211_output.c Thu Feb 9 20:57:25 2012 (r231304)
@@ -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-stable-9
mailing list