We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f298cf commit ff33a50Copy full SHA for ff33a50
drivers/modem/modem_cellular.c
@@ -616,6 +616,8 @@ static int modem_cellular_on_idle_state_enter(struct modem_cellular_data *data)
616
}
617
618
modem_cellular_notify_user_pipes_disconnected(data);
619
+ net_if_carrier_off(modem_ppp_get_iface(data->ppp));
620
+ net_if_dormant_off(modem_ppp_get_iface(data->ppp));
621
modem_chat_release(&data->chat);
622
modem_ppp_release(data->ppp);
623
modem_cmux_release(&data->cmux);
0 commit comments