summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
authorlaranjeiro2009-04-10 11:37:54 +0000
committerlaranjeiro2009-04-10 11:37:54 +0000
commite9600af43525422cc21e38534fc5d48c278b9aa4 (patch)
tree0ca167535e4964f3830508a4be9fc67091b0c702 /cesar
parent16c719c13edea068daebc2264dd01754580597e2 (diff)
mac/sar:
* Fix the functional tests. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4444 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar')
-rw-r--r--cesar/mac/sar/test/functional/src/sar_tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/mac/sar/test/functional/src/sar_tx.c b/cesar/mac/sar/test/functional/src/sar_tx.c
index 213497132a..934e12e13a 100644
--- a/cesar/mac/sar/test/functional/src/sar_tx.c
+++ b/cesar/mac/sar/test/functional/src/sar_tx.c
@@ -76,9 +76,9 @@ prepare_test (test_t test)
sar_mfs_add (sar_ctx, (mfs_t *)mfs);
/* Add the first frame. */
- sar_msdu_add (sar_ctx, buffer, 1434, 0x0, mfs, NULL);
+ sar_msdu_add (sar_ctx, buffer, 1434, 0x0, mfs, NULL, 123);
/* Add the second frame. */
- sar_msdu_add (sar_ctx, buffer, 1334, 0x0, mfs, NULL);
+ sar_msdu_add (sar_ctx, buffer, 1334, 0x0, mfs, NULL, 123);
/* Release the reference on the MFS. */
blk_release (mfs);