summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc/context.h')
-rw-r--r--cesar/bsu/inc/context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index b0abb203a0..09a3aae93d 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -75,8 +75,8 @@ struct bsu_t
u8 ca_index;
/** Is station */
bool is_sta;
- /** Beacon Pointer. */
- bsu_beacon_t *beacon;
+ /** Beacon data to use. */
+ bsu_beacon_t beacon;
/** HAL timer context. */
hal_timer_t *hal_timer;
/** HAL timer instance. */