Bugzilla – Bug 766
doxygen updates for QoS/EDCA
Last modified: 2015-03-01 05:29:38 EST
From Nicola Baldo: when EDCA is used, UserPriority values are equal to TID values, as specified by the doxygen documentation. The enum UserPriority has been recently introduced because it is defined by the standard and it is more meaningful for the users than hard-coded TID values (though TID values still must be specified when HDCA is used instead of EDCA). UserPriority is the value that the application sets for the QosTag. QosTag translates UserPriority into the corresponding TID. Then the MAC will translate the TID value into the corresponding AccessClass. The mapping is defined by the standard, and is implemented in src/ devices/wifi/qos-utils.{h,cc}. I understand that the mapping functions in these latter files do not appear in the doxygen documentation. It would be great if you could file a bug report on this issue, so that we can keep track of it. Also, there is no doxygen for the QoS wifi mac models (qadhoc, qap, and qsta).
Is this bug report still valid after the WifiMac rewrite?
(In reply to Ruben Merz from comment #1) > Is this bug report still valid after the WifiMac rewrite? Closing this bug. Any doxygen missing feature is already included in bug #938 *** This bug has been marked as a duplicate of bug 938 ***