wifi: Fix missing Doxygen in MacLow

This commit is contained in:
Sébastien Deronne
2018-11-28 20:26:09 +01:00
parent b20186b6a3
commit a890378d96

View File

@@ -444,9 +444,19 @@ public:
* This function decides if a CF frame can be transmitted in the current CFP.
*/
bool CanTransmitNextCfFrame (void) const;
//TODO
/**
* Return the maximum A-MSDU size in bytes for a given AC.
*
* \param ac the AC index
* \return the maximum A-MSDU size (in bytes)
*/
uint16_t GetMaxAmsduSize (AcIndex ac) const;
//TODO
/**
* Return the maximum A-MPDU size in bytes for a given AC.
*
* \param ac the AC index
* \return the maximum A-MPDU size (in bytes)
*/
uint32_t GetMaxAmpduSize (AcIndex ac) const;