summaryrefslogtreecommitdiff
path: root/cesar/mac
diff options
context:
space:
mode:
authorNicolas Schodet2010-09-06 15:40:06 +0200
committerNicolas Schodet2010-09-07 10:01:44 +0200
commit6798932cf85d8d4f9de84f7fd3d25bcdc5169eab (patch)
tree391ff7c158aa1d8b508a66c4fb09e54866d0bc93 /cesar/mac
parent32521888657f3ce2a523d06991c9009ff2aef1e8 (diff)
cesar/mac/common: work around RIFS being ignored by Atheros, refs #1861
Use a 140 µs RIFS rounded down to FL units so that number of symbols can be computed without too much bad effects.
Diffstat (limited to 'cesar/mac')
-rw-r--r--cesar/mac/common/timings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/common/timings.h b/cesar/mac/common/timings.h
index 80f076a05a..84988c29b1 100644
--- a/cesar/mac/common/timings.h
+++ b/cesar/mac/common/timings.h
@@ -60,7 +60,7 @@
/** RIFS value used by our implementation for negotiated tonemap, independent
* of the number of symbols (fl). */
-#define MAC_RIFS_SPC_ANY_FL MAC_RIFS_AV_MAX_FL
+#define MAC_RIFS_SPC_ANY_FL 109
/** RIFS value used by our implementation for negotiated tonemap, independent
* of the number of symbols (ticks). */