wifi: Doxygen fix (thanks to Muhammad Asif Khan)

This commit is contained in:
Tom Henderson
2018-03-05 21:42:47 -08:00
parent 8eb02718e1
commit c833e3d1cf

View File

@@ -68,15 +68,15 @@ public:
*/
void SetAifsn (uint32_t aifsn);
/**
* Set the minimum congestion window size.
* Set the minimum contention window size.
*
* \param minCw the minimum congestion window size
* \param minCw the minimum contention window size
*/
void SetCwMin (uint32_t minCw);
/**
* Set the maximum congestion window size.
* Set the maximum contention window size.
*
* \param maxCw the maximum congestion window size
* \param maxCw the maximum contention window size
*/
void SetCwMax (uint32_t maxCw);
/**
@@ -92,15 +92,15 @@ public:
*/
uint32_t GetAifsn (void) const;
/**
* Return the minimum congestion window size.
* Return the minimum contention window size.
*
* \return the minimum congestion window size
* \return the minimum contention window size
*/
uint32_t GetCwMin (void) const;
/**
* Return the maximum congestion window size.
* Return the maximum contention window size.
*
* \return the maximum congestion window size
* \return the maximum contention window size
*/
uint32_t GetCwMax (void) const;
/**