summaryrefslogtreecommitdiff
path: root/cesar/station
diff options
context:
space:
mode:
authorschodet2010-04-19 13:18:51 +0000
committerschodet2010-04-19 13:18:51 +0000
commitb181dc1bc001f6163180c4786baed9a89ae31e61 (patch)
treeb39194b8755b6f98d04314512a9e9f8b9b156677 /cesar/station
parent505f4ad9eb1a4130b63ec6ab31496a2a295b2edb (diff)
cesar: remove context parameter from phy_date and phy_sysdate, refs #1415
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6931 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/station')
-rw-r--r--cesar/station/src/station.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cesar/station/src/station.c b/cesar/station/src/station.c
index 519e4c97a8..86ac478d35 100644
--- a/cesar/station/src/station.c
+++ b/cesar/station/src/station.c
@@ -57,8 +57,7 @@ cesar_init (void)
cesar.mac_store);
/* Initialise the mac ntb. */
- mac_ntb_init (pbproc_get_phy(cesar.pbproc),
- &cesar.mac_config);
+ mac_ntb_init (&cesar.mac_config);
/* Initialise the SAR. */
cesar.sar = sar_init (cesar.mac_store, cesar.pbproc,
@@ -78,7 +77,7 @@ cesar_init (void)
&cesar.mac_config);
/* Initialise the hal timer. */
- cesar.hal_timer = hal_timer_init (pbproc_get_phy(cesar.pbproc));
+ cesar.hal_timer = hal_timer_init ();
/* Initialize the CE in RX. */
cesar.ce_rx = ce_rx_init (cesar.mac_store, cesar.sar, cesar.pbproc,