From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> This prevent using status and signal from previous active modem --- audio/telephony-ofono.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/audio/telephony-ofono.c b/audio/telephony-ofono.c index bc8fea2..0a7f0bd 100644 --- a/audio/telephony-ofono.c +++ b/audio/telephony-ofono.c @@ -1042,6 +1042,8 @@ static void modem_removed(const char *path) g_free(net.operator_name); net.operator_name = NULL; + net.status = NETWORK_REG_STATUS_NOSERV; + net.signals_bar = 0; g_free(modem_obj_path); modem_obj_path = NULL; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html