svn commit: r239286 - head/sys/dev/ath/ath_rate/sample
Adrian Chadd
adrian at FreeBSD.org
Wed Aug 15 07:50:43 UTC 2012
Author: adrian
Date: Wed Aug 15 07:50:42 2012
New Revision: 239286
URL: http://svn.freebsd.org/changeset/base/239286
Log:
Add a missing comma.
Pointy hat to: me, for not doing a 'clean' build first.
Modified:
head/sys/dev/ath/ath_rate/sample/tx_schedules.h
Modified: head/sys/dev/ath/ath_rate/sample/tx_schedules.h
==============================================================================
--- head/sys/dev/ath/ath_rate/sample/tx_schedules.h Wed Aug 15 07:32:34 2012 (r239285)
+++ head/sys/dev/ath/ath_rate/sample/tx_schedules.h Wed Aug 15 07:50:42 2012 (r239286)
@@ -97,7 +97,7 @@ static const struct txschedule series_11
{ 4,NA2( 78), 3,NA2( 52), 4,NA2( 39), 2,NA2( 13) }, /* 78Mb/s */
{ 4,NA2( 104), 3,NA2( 78), 4,NA2( 52), 2,NA2( 13) }, /* 104Mb/s */
{ 4,NA2( 117), 3,NA2( 104), 4,NA2( 78), 2,NA2( 26) }, /* 117Mb/s */
- { 4,NA2( 130), 3,NA2( 117), 4,NA2( 104), 2,NA2( 26) } /* 130Mb/s */
+ { 4,NA2( 130), 3,NA2( 117), 4,NA2( 104), 2,NA2( 26) }, /* 130Mb/s */
/* 3 stream rates */
More information about the svn-src-head
mailing list