summaryrefslogtreecommitdiff
path: root/cesar/test_general
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-03-15 11:46:37 +0100
committerNélio Laranjeiro2011-04-18 09:18:48 +0200
commit949e9720fb4a09999538661cef19fc56bb776873 (patch)
tree9d83c098181ec24438631dcfd5c2ba6fea33048b /cesar/test_general
parent7f2da2df1263acd699af4d300e70c32d671705b3 (diff)
cesar: add bsu context to all bsu function calls, closes #2400
Diffstat (limited to 'cesar/test_general')
-rw-r--r--cesar/test_general/maximus/integration/interface-dp/src/station.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/test_general/maximus/integration/interface-dp/src/station.c b/cesar/test_general/maximus/integration/interface-dp/src/station.c
index 6dd7d0d978..06b59016d4 100644
--- a/cesar/test_general/maximus/integration/interface-dp/src/station.c
+++ b/cesar/test_general/maximus/integration/interface-dp/src/station.c
@@ -153,10 +153,10 @@ cp_mme_recv (void *user_data, uint tei, u8 *buffer,
/* We are authenticated too. */
station_test.mac_config.authenticated = true;
/* Start datapath. */
- bsu_update (&station_test.beacon,
+ bsu_update (station_test.bsu, &station_test.beacon,
mytei == 1 ? BSU_UPDATE_STA_TYPE_CCO :
BSU_UPDATE_STA_TYPE_STA);
- bsu_power_on (0);
+ bsu_power_on (station_test.bsu, 0);
bsu_activate (true);
sar_activate (station_test.sar, true);
pbproc_activate (station_test.pbproc, true);