summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-08-15 07:50:42 +0000
committeradrian <adrian@FreeBSD.org>2012-08-15 07:50:42 +0000
commit6751f75569478320c23c99e458dda4d65b1467cd (patch)
tree4ff8b4225bc4c59e33f95c339b65652f53d959bc
parent3fb893aa481a6c9f3a6742486d8ce4096071d95a (diff)
downloadFreeBSD-src-6751f75569478320c23c99e458dda4d65b1467cd.zip
FreeBSD-src-6751f75569478320c23c99e458dda4d65b1467cd.tar.gz
Add a missing comma.
Pointy hat to: me, for not doing a 'clean' build first.
-rw-r--r--sys/dev/ath/ath_rate/sample/tx_schedules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/ath_rate/sample/tx_schedules.h b/sys/dev/ath/ath_rate/sample/tx_schedules.h
index 6ac6cab..f749e57 100644
--- a/sys/dev/ath/ath_rate/sample/tx_schedules.h
+++ b/sys/dev/ath/ath_rate/sample/tx_schedules.h
@@ -97,7 +97,7 @@ static const struct txschedule series_11na[] = {
{ 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 */
OpenPOWER on IntegriCloud