diff options
Diffstat (limited to 'plugins/ste.c')
-rw-r--r-- | plugins/ste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ste.c b/plugins/ste.c index f7fe2b4a..fb755fd3 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -501,10 +501,10 @@ static struct ofono_modem_driver ste_driver = { .remove = ste_remove, .enable = ste_enable, .disable = ste_disable, - .set_online = ste_set_online, + .set_online = ste_set_online, .pre_sim = ste_pre_sim, .post_sim = ste_post_sim, - .post_online = ste_post_online, + .post_online = ste_post_online, }; static int ste_init(void) |