[layer23] Reconnect of layer 2 link must be performed in idle mode also
authorAndreas.Eversberg <jolly@eversberg.eu>
Tue, 12 Oct 2010 11:19:06 +0000 (11:19 +0000)
committerAndreas.Eversberg <jolly@eversberg.eu>
Tue, 12 Oct 2010 11:19:06 +0000 (11:19 +0000)
src/host/layer23/src/common/lapdm.c

index f06c738..b1c0d40 100644 (file)
@@ -2136,7 +2136,8 @@ static struct l2downstate {
         RSL_MT_RES_REQ, rslms_rx_rll_res_req},
 
        /* create and send SABM command (reconnect) */
-       {SBIT(LAPDm_STATE_MF_EST) |
+       {SBIT(LAPDm_STATE_IDLE) |
+        SBIT(LAPDm_STATE_MF_EST) |
         SBIT(LAPDm_STATE_TIMER_RECOV),
         RSL_MT_RECON_REQ, rslms_rx_rll_res_req},