summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action/src/assoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/sta/action/src/assoc.c')
-rw-r--r--cesar/cp/sta/action/src/assoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/cp/sta/action/src/assoc.c b/cesar/cp/sta/action/src/assoc.c
index 6639a15d8c..ea00bb4feb 100644
--- a/cesar/cp/sta/action/src/assoc.c
+++ b/cesar/cp/sta/action/src/assoc.c
@@ -795,5 +795,5 @@ cp_sta_action_unassoc__unassoc__enter (cp_t *ctx)
bsu_beacon_t beacon;
/* Update the BSU. */
cp_beacon_fill (ctx, &beacon);
- bsu_update (&beacon, BSU_UPDATE_STA_TYPE_STA);
+ bsu_update (ctx->bsu, &beacon, BSU_UPDATE_STA_TYPE_STA);
}