summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/context.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2011-05-04 16:36:17 +0200
committerNélio Laranjeiro2011-05-05 17:57:31 +0200
commit43e23b6d1358251bf2848cea2e8edb48289f6078 (patch)
treec2c2dd45afbebcf8f9a2415e76ce6df827e0fa84 /cesar/bsu/inc/context.h
parentbe3ca553ef7c368e99d843e0b3b152fffb8c936e (diff)
cesar/bsu: fix schedule generation, closes #2432
When the station was acting as CCo. BSU was unable to modify the current schedule.
Diffstat (limited to 'cesar/bsu/inc/context.h')
-rw-r--r--cesar/bsu/inc/context.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 84edc094e5..cbfbf3b236 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -100,10 +100,8 @@ struct bsu_t
mac_t cco_mac_address_track;
/** Track a new AVLN. */
bool track_new;
- /** CA schedule index. */
- u8 ca_index;
- /** Last first schedule computed. */
- u8 ca_index_last_first;
+ /** Channel access schedules in use. */
+ uint ca_schedules_in_use[BSU_BEACON_SCHEDULES_MAX];
/** Is station */
bsu_update_sta_type_t is_sta;
/** HAL timer context. */