[layer23] Reconnect of layer 2 link must be performed in idle mode also

This commit is contained in:
Andreas.Eversberg 2010-10-12 11:19:06 +00:00
parent 651698abca
commit 6a1ab2dab5
1 changed files with 2 additions and 1 deletions

View 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},