From 46e25b463f435ddb1ccfc96037395d2bb095cd3e Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Wed, 3 Mar 2010 18:47:22 -0500 Subject: [PATCH] change rf_tests over to using new MACA_CONTROL fields. --- tests/rftest-rx.c | 2 +- tests/rftest-tx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rftest-rx.c b/tests/rftest-rx.c index 99e8cd9ef..ec1e6c231 100644 --- a/tests/rftest-rx.c +++ b/tests/rftest-rx.c @@ -59,7 +59,7 @@ void main(void) { set_power(0x0f); /* 0dbm */ set_channel(0); /* channel 11 */ - *MACA_CONTROL = SMAC_MACA_CNTL_INIT_STATE; + *MACA_CONTROL = (1 << PRM) | (NO_CCA << MODE); for(i=0; i