From db145ed8a49a57238d5be99515e6e70a45af43ec Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Mon, 8 Mar 2010 18:45:26 -0500 Subject: [PATCH] removed some stale comments --- lib/maca.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/maca.c b/lib/maca.c index 869be4827..343d45bc2 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -160,13 +160,6 @@ void post_receive(void) { (1 << maca_ctrl_auto) | (1 << maca_ctrl_prm) | (maca_ctrl_seq_rx)); - - -/* *MACA_CONTROL = ( - (1 << maca_ctrl_asap) | - ( 4 << PRECOUNT) | - (1 << maca_ctrl_prm) | - (maca_ctrl_seq_rx)); */ /* status bit 10 is set immediately */ /* then 11, 10, and 9 get set */ /* they are cleared once we get back to maca_isr */ @@ -220,10 +213,6 @@ void post_tx(void) { (maca_ctrl_mode_no_cca << maca_ctrl_mode) | (1 << maca_ctrl_asap) | (maca_ctrl_seq_tx)); -/* *MACA_CONTROL = ( (1 << maca_ctrl_prm) | - (maca_ctrl_mode_no_cca << maca_ctrl_mode) | - (1 << maca_ctrl_asap) | - (maca_ctrl_seq_tx)); */ /* status bit 10 is set immediately */ /* then 11, 10, and 9 get set */ /* they are cleared once we get back to maca_isr */