diff options
author | adrian <adrian@FreeBSD.org> | 2012-08-15 07:56:48 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-08-15 07:56:48 +0000 |
commit | 39a34bfaf885afa51112d5afb579db3ddf2bb8b4 (patch) | |
tree | 963d4ef391852f8f8befd395b167d38e6a50865d | |
parent | bfb736b884b668b78d5aed384eb96e0fb88d2aba (diff) | |
download | FreeBSD-src-39a34bfaf885afa51112d5afb579db3ddf2bb8b4.zip FreeBSD-src-39a34bfaf885afa51112d5afb579db3ddf2bb8b4.tar.gz |
Remove this comment, it's no longer relevant.
-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, |