diff options
-rw-r--r-- | sys/dev/ath/ath_hal/ah.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_hal/ah.c b/sys/dev/ath/ath_hal/ah.c index 5774694..659179f 100644 --- a/sys/dev/ath/ath_hal/ah.c +++ b/sys/dev/ath/ath_hal/ah.c @@ -297,7 +297,6 @@ static const uint16_t ht40_bps[32] = { /* * Calculate the transmit duration of an 11n frame. - * This only works for MCS0->MCS15. */ uint32_t ath_computedur_ht(uint32_t frameLen, uint16_t rate, int streams, |