summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/src/tx.c
diff options
context:
space:
mode:
authorschodet2009-02-19 23:09:05 +0000
committerschodet2009-02-19 23:09:05 +0000
commit992283da048a3221c719c6deb5b23297aaf161f9 (patch)
treef56c83d68511dfe6e2e48c041e4964b0324bfedf /cesar/hal/phy/src/tx.c
parent43d0ff63abafa9e44085643d12871b5b0eb6d512 (diff)
* hal/phy:
- cancel timer 6 if no FC1.0 should be sent. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4054 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/src/tx.c')
-rw-r--r--cesar/hal/phy/src/tx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/src/tx.c b/cesar/hal/phy/src/tx.c
index 9352a2b7b2..3988532230 100644
--- a/cesar/hal/phy/src/tx.c
+++ b/cesar/hal/phy/src/tx.c
@@ -236,6 +236,8 @@ phy_tx_frame (phy_t *ctx, u32 date, bool want_conf, bool stop_tx_on_prp_lost,
(ACTION, PHY_PRATIC_ACTION__CREATE_FC_10),
(VALID, 1));
}
+ else
+ PHY_PRATIC_TIMER_6_CTRL = 0;
}
void ARCH_ILRAM