From 669a6fa4d9744758352fa4dcc2afdc33e8ae3e8e Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Tue, 23 Feb 2010 12:56:16 +0000 Subject: cesar/cp/sta/action: remove empty lines only cp_sta_action_handover__handover_ended function concerned. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6760 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/cp/sta/action/src/handover.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cesar/cp/sta') diff --git a/cesar/cp/sta/action/src/handover.c b/cesar/cp/sta/action/src/handover.c index 10c4a190ab..68dd1f50fb 100644 --- a/cesar/cp/sta/action/src/handover.c +++ b/cesar/cp/sta/action/src/handover.c @@ -174,26 +174,21 @@ cp_sta_action_handover__handover_ended (cp_t *ctx) cp_net_t *net; cp_sta_t *old_cco; dbg_assert (ctx); - net = cp_sta_mgr_get_our_avln (ctx); old_cco = cp_net_get_cco (ctx, net); cp_net_set_cco (ctx, net, MAC_TEI_UNASSOCIATED); - /* Reset the handover flag in the central beacon. */ cp_beacon_handover_hoipflag (ctx, CP_BEACON_HOIP_FALSE); - cp_cco_action__assoc__cco_start (ctx); /* Stop the lease timer. */ cp_sta_core_stop_timed_or_cyclic_event (ctx, &ctx->sta_action.assoc.lease_timer); cp_beacon_reconfigure_timer (ctx); - if (ctx->handover.reason == CP_HANDOVER_REASON_CCO_LEAVING) { cp_cco_action__cco__sta_leave_send_tei_map (ctx, old_cco); cp_sta_mgr_release_station (ctx, cp_sta_get_tei (old_cco)); } - cp_fsm_trigger_new_event (ctx, bare, HANDOVER_SUCCESS); cp_fsm_trigger_new_event (ctx, bare, become_cco); slab_release (old_cco); -- cgit v1.2.3