From: Luiz Augusto von Dentz <luiz.dentz-von@xxxxxxxxx> This may cause indicators to not be reported correctly when adapter is reset. --- audio/telephony-maemo6.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/audio/telephony-maemo6.c b/audio/telephony-maemo6.c index bf1e0c4..b0f314c 100644 --- a/audio/telephony-maemo6.c +++ b/audio/telephony-maemo6.c @@ -2025,6 +2025,9 @@ void telephony_exit(void) g_free(net.operator_name); net.operator_name = NULL; + net.status = NETWORK_REG_STATUS_UNKOWN; + net.signal_bars = 0; + g_free(last_dialed_number); last_dialed_number = 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