summaryrefslogtreecommitdiff
path: root/cesar/cp/sta/action
diff options
context:
space:
mode:
authorNélio Laranjeiro2010-09-14 11:37:51 +0200
committerNélio Laranjeiro2010-09-16 16:58:32 +0200
commit866d5612b7e8c53f564954bd0f6019e1f80c5070 (patch)
tree4a4e8676ad16d4e4154fb5c09ff4d4d2cbfe23ba /cesar/cp/sta/action
parent1cf60860f32d2283564f23c22366f3ee4dd99d0d (diff)
cesar/cp/{fsm, beacon, sta/action}: only update discover info, refs #1873
When the modem is acting as STA, BSU only needs to know the discover info beacon entry. The necessary data to work is only handled by BSU.
Diffstat (limited to 'cesar/cp/sta/action')
-rw-r--r--cesar/cp/sta/action/src/assoc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cesar/cp/sta/action/src/assoc.c b/cesar/cp/sta/action/src/assoc.c
index 01edb4bb64..8ffd55dbbf 100644
--- a/cesar/cp/sta/action/src/assoc.c
+++ b/cesar/cp/sta/action/src/assoc.c
@@ -743,15 +743,6 @@ cp_sta_action_assoc__leave_wait__timeout (cp_t *ctx)
}
void
-cp_sta_action_assoc__sta__enter (cp_t *ctx)
-{
- dbg_assert (ctx);
- /* Update the BSU. */
- bsu_beacon_t *beacon = cp_beacon_fill_share_memory (ctx);
- bsu_update (beacon, BSU_UPDATE_STA_TYPE_STA);
-}
-
-void
cp_sta_action_unassoc__unassoc__enter (cp_t *ctx)
{
dbg_assert (ctx);