sim900: Use SIM900 quirk for gprs context

Use the module specific quirk for gprs by using the vendor entry
OFONO_VENDOR_SIMCOM_SIM900
This commit is contained in:
Jesper Larsen 2013-07-18 09:49:58 +02:00 committed by Denis Kenzior
parent ff2051053c
commit dff2657093
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ static void sim900_post_sim(struct ofono_modem *modem)
if (gprs == NULL)
return;
gc = ofono_gprs_context_create(modem, OFONO_VENDOR_SIMCOM,
gc = ofono_gprs_context_create(modem, OFONO_VENDOR_SIMCOM_SIM900,
"atmodem", data->dlcs[GPRS_DLC]);
if (gc)
ofono_gprs_add_context(gprs, gc);