summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc
diff options
context:
space:
mode:
authorlaranjeiro2010-07-26 15:43:56 +0000
committerlaranjeiro2010-07-26 15:43:56 +0000
commit90002ead05ae6aa9126cd726e5fc88f9d00fa6c4 (patch)
tree7d772b7ea7a25d485b96bef14d5eac3e1f529cfc /cesar/bsu/inc
parente7b1bf0ff7517ce30507b267cc771bef39819b8f (diff)
cesar/bsu: fix beacon entry countdown change, closes #1758
Change the behavior of countdown handling for STA and CCo. BSU is now able to loose some central beacons and stay synchronized (nek, snid, hm) with the AVLN is tracks. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7313 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/bsu/inc')
-rw-r--r--cesar/bsu/inc/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 9862047d88..1f9abb6480 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -40,6 +40,9 @@ struct bsu_avln_t
bsu_beacon_avln_t bs;
/** NTB synchronisation data. */
bsu_ntb_sync_t sync;
+ /** Last beacon period in the one it had received the beacon.
+ * The date is the value of the beginning of the beacon period. */
+ u32 beacon_recv_bps_tck;
};
struct bsu_t