From: Richard Röjfors <richard(a)puffinpack.se>
This reverts commit 0167c3339ca8f17a653592af995f439d24405de8.
Since gprs_attached_update now takes LTE in account this
should be reverted. This was actually a bad solution since
in case LTE was lost, and we should fall back on GPRS we
have flagged the driver to already being attached, which is not...
---
src/gprs.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/gprs.c b/src/gprs.c
index cb31e2d2..eb6cd30b 100644
--- a/src/gprs.c
+++ b/src/gprs.c
@@ -940,7 +940,6 @@ static void pri_read_settings_callback(const struct ofono_error
*error,
gprs->flags &= ~GPRS_FLAG_ATTACHING;
- gprs->driver_attached = TRUE;
gprs_set_attached_property(gprs, TRUE);
ofono_dbus_signal_property_changed(conn, pri_ctx->path,
--
2.20.1