Correct comment for the IPv6 case to say "traffic class" not "TOS"

as pointed out back in 2009.

MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2012-01-07 23:41:38 +00:00
parent 01155b2005
commit 6ffd0ca91b

View file

@ -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),