summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/net80211/ieee80211_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/net80211/ieee80211_output.c')
-rw-r--r--freebsd/sys/net80211/ieee80211_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/net80211/ieee80211_output.c b/freebsd/sys/net80211/ieee80211_output.c
index 24b49ab4..1c902471 100644
--- a/freebsd/sys/net80211/ieee80211_output.c
+++ b/freebsd/sys/net80211/ieee80211_output.c
@@ -825,7 +825,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),