summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/inc/context.h
diff options
context:
space:
mode:
authorschodet2009-02-11 12:16:33 +0000
committerschodet2009-02-11 12:16:33 +0000
commit9c560bcc6c439c97d670c555b52ffb7c629968e8 (patch)
tree6801b34113747813ce8b97d4b28f78a125fa2e79 /cesar/hal/phy/inc/context.h
parentf3b5359d5045ab65587bc9beaa28875989305608 (diff)
* hal/phy:
- create FC 1.0 using a timer, closes #268. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3969 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/hal/phy/inc/context.h')
-rw-r--r--cesar/hal/phy/inc/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/inc/context.h b/cesar/hal/phy/inc/context.h
index 0ff9e847f0..663aa15f74 100644
--- a/cesar/hal/phy/inc/context.h
+++ b/cesar/hal/phy/inc/context.h
@@ -48,6 +48,8 @@ struct phy_t
cyg_interrupt interrupt_context;
/** FC mode for RX. */
phy_fc_mode_t rx_fc_mode;
+ /** FC mode for TX. */
+ phy_fc_mode_t tx_fc_mode;
/** Guard interval duration table. */
uint gil_durations_table[PHY_GIL_NB];
/** Number of symbols for the frame controls. */