svn commit: r239288 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Wed Aug 15 07:56:49 UTC 2012


Author: adrian
Date: Wed Aug 15 07:56:48 2012
New Revision: 239288
URL: http://svn.freebsd.org/changeset/base/239288

Log:
  Remove this comment, it's no longer relevant.

Modified:
  head/sys/dev/ath/ath_hal/ah.c

Modified: head/sys/dev/ath/ath_hal/ah.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.c	Wed Aug 15 07:52:49 2012	(r239287)
+++ head/sys/dev/ath/ath_hal/ah.c	Wed Aug 15 07:56:48 2012	(r239288)
@@ -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,


More information about the svn-src-all mailing list