Index: drivers/isdn/hardware/mISDN/layer3.c =================================================================== --- drivers/isdn/hardware/mISDN/layer3.c (revision 93) +++ drivers/isdn/hardware/mISDN/layer3.c (working copy) @@ -495,6 +495,7 @@ {ST_L3_LC_ESTAB_WAIT, EV_ESTABLISH_CNF, lc_connected}, {ST_L3_LC_ESTAB_WAIT, EV_RELEASE_REQ, lc_start_delay}, {ST_L3_LC_ESTAB_WAIT, EV_RELEASE_IND, lc_release_ind}, + {ST_L3_LC_ESTAB_WAIT, EV_RELEASE_CNF, lc_activate}, {ST_L3_LC_ESTAB, EV_RELEASE_IND, lc_release_ind}, {ST_L3_LC_ESTAB, EV_RELEASE_REQ, lc_start_delay}, {ST_L3_LC_REL_DELAY, EV_RELEASE_IND, lc_release_ind},