[PATCH 07/13] qmimodem: Drop call to ofono_gprs_set_cid_range
Denis Kenzior <[email protected]>
| Newsgroups | dev.linux.lists.ofono |
|---|---|
| Message-ID | <[email protected]> |
The intent was to set cid range to only support the default profile
number. However, the gprs-context atom never ended up using cid to
correlate to the underlying profile number. cid is only used to inform
the core about the context that was disconnected.
---
drivers/qmimodem/gprs.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/qmimodem/gprs.c b/drivers/qmimodem/gprs.c
index 547b32059da4..27060f9fba44 100644
--- a/drivers/qmimodem/gprs.c
+++ b/drivers/qmimodem/gprs.c
@@ -400,7 +400,6 @@ static void get_default_profile_number_cb(struct qmi_result *result,
DBG("Default profile index: %hhd", index);
data->default_profile = index;
- ofono_gprs_set_cid_range(gprs, index, index);
if (set_event_report_request(gprs) >= 0)
return;
--
2.45.2