summaryrefslogtreecommitdiff
path: root/cesar/cl/test/functional/src/cl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cl/test/functional/src/cl.c')
-rw-r--r--cesar/cl/test/functional/src/cl.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/cesar/cl/test/functional/src/cl.c b/cesar/cl/test/functional/src/cl.c
index 40980ab87d..4d554cb455 100644
--- a/cesar/cl/test/functional/src/cl.c
+++ b/cesar/cl/test/functional/src/cl.c
@@ -75,7 +75,6 @@ cl_data_tx_send (test_t test)
mac_store_t *mac_store;
mac_config_t mac_config;
uint sar;
- uint phy;
/* Initialise the test. */
memset (&mac_config, 0, sizeof (mac_config_t));
@@ -84,7 +83,7 @@ cl_data_tx_send (test_t test)
cl = cl_init (mac_store, (sar_t *) &sar, &mac_config);
cl_data_send_done_init (cl, cl_data_send_done_cb, NULL);
- mac_ntb_init ((phy_t *) &phy, &mac_config);
+ mac_ntb_init (&mac_config);
test_case_begin (test, "Data send");
@@ -230,7 +229,6 @@ cl_mme_tx_send (test_t test)
mac_store_t *mac_store;
mac_config_t mac_config;
uint sar;
- uint phy;
/* Initialise the test. */
memset (&mac_config, 0, sizeof (mac_config_t));
@@ -239,7 +237,7 @@ cl_mme_tx_send (test_t test)
cl = cl_init (mac_store, (sar_t *) &sar, &mac_config);
cl_mme_init_buffer_add_cb (cl, cl_mme_buffer_add_cb, NULL);
- mac_ntb_init ((phy_t *) &phy, &mac_config);
+ mac_ntb_init (&mac_config);
test_case_begin (test, "MMe send");
@@ -383,14 +381,6 @@ cyg_user_start (cyg_addrword_t addr)
/* Stubs. */
-#ifndef __sparc__
-u32
-phy_date (phy_t *phy)
-{
- return 0;
-}
-#endif
-
void
sar_msdu_add (sar_t *ctx, u8 *buffer, u16 length,
mfs_tx_t *mfs, void *user_data, u32 arrival_time_ntb)