speedup: Update to new sim_state_query API

This commit is contained in:
Guillaume Zajac 2012-04-18 14:16:09 +02:00 committed by Denis Kenzior
parent 1d2432ac85
commit 8d92f0394f
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->aux,
2, 20, sim_state_cb, modem);
2, 20, sim_state_cb, modem,
NULL);
}
static int speedup_enable(struct ofono_modem *modem)