summaryrefslogtreecommitdiff
path: root/cesar/ce
diff options
context:
space:
mode:
authordufour2009-11-02 16:54:02 +0000
committerdufour2009-11-02 16:54:02 +0000
commit4b998cbfe3b2416b8f060695e0227917f1e48ef8 (patch)
tree06546f3a3cd105bbbf10f70ad15197fbb0f4a686 /cesar/ce
parentf8e3b60f32389f4f0e4f2dd80d9fa61f123b7eef (diff)
cesar/{ce,cp}: rename event first_com_with_{auth => assoc}_sta, closes #700
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6289 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/ce')
-rw-r--r--cesar/ce/rx/cp/src/cp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/ce/rx/cp/src/cp.c b/cesar/ce/rx/cp/src/cp.c
index 33a849de26..956629783a 100644
--- a/cesar/ce/rx/cp/src/cp.c
+++ b/cesar/ce/rx/cp/src/cp.c
@@ -159,12 +159,12 @@ ce_rx_cp_run_work (cp_t *ctx)
&work->intervals_list, work->new_tmi,
work->old_tmi, sta->rx_tonemaps,
work->initial_ce);
- /* If initial CE is set, this is the first communication with the
- * an authenticated STA. */
+ /* If initial CE is set, this is the first communication with
+ * an associated STA. */
if (work->initial_ce)
{
/* Post an event to the CP FSM. */
- cp_fsm_post_new_event (ctx, sta, first_com_with_auth_sta,
+ cp_fsm_post_new_event (ctx, sta, first_com_with_assoc_sta,
my_net, cp_sta);
}
}