diff options
author | bz <bz@FreeBSD.org> | 2012-01-07 23:41:38 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2012-01-07 23:41:38 +0000 |
commit | a57d2889e05af0c1c9ac8b4f6a02f891c83e451d (patch) | |
tree | 617200f722a53660c186d47ee6517cfebb81cd3f /sys/net80211/ieee80211_output.c | |
parent | 2e1d42460b2cdbe4d945abb4ab9225521086081e (diff) | |
download | FreeBSD-src-a57d2889e05af0c1c9ac8b4f6a02f891c83e451d.zip FreeBSD-src-a57d2889e05af0c1c9ac8b4f6a02f891c83e451d.tar.gz |
Correct comment for the IPv6 case to say "traffic class" not "TOS"
as pointed out back in 2009.
MFC after: 3 days
Diffstat (limited to 'sys/net80211/ieee80211_output.c')
-rw-r--r-- | sys/net80211/ieee80211_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index 0e45e8c..f6177d9 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -834,7 +834,7 @@ ieee80211_classify(struct ieee80211_node *ni, struct mbuf *m) 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), |