src/wifi/model/qos-utils.h
changeset 10580 2a29a9bd6fd6
parent 10483 e3a02ed14587
child 11083 96e983e7cd5d
--- a/src/wifi/model/qos-utils.h	Sun Jan 19 05:58:53 2014 -0800
+++ b/src/wifi/model/qos-utils.h	Sun Jan 19 12:08:50 2014 -0500
@@ -29,8 +29,8 @@
 /**
  * \ingroup wifi
  * This enumeration defines the Access Categories as an enumeration
- * with values corresponding to the AC index (ACI) values specified in
- * Table 7-36 of IEEE 802.11-2007.
+ * with values corresponding to the AC index (ACI) values specified
+ * (Table 8-104 "ACI-to-AC coding"; IEEE 802.11-2012).
  */
 enum AcIndex
 {
@@ -51,7 +51,7 @@
 /**
  * \ingroup wifi
  * Maps TID (Traffic ID) to Access classes.
- * For more details see table 9-1 of IEEE802.11 standard.
+ * For more details see (Table 9-1 "UP-to-AC mapping"; IEEE802.11-2012).
  *
  * \param tid the Traffic ID to be mapped to Access class
  * \return the access class for the given TID