diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-12 21:41:48 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-12 21:41:48 +0200 |
commit | 24124d193ad8b5cc1b81c6d989ea2b5357997926 (patch) | |
tree | 777bfe0706dd4e186e6ee3cbef0eb0423eb05518 | |
parent | 76dc7e4acdea6a34bdd8dfae6cfe5be07f0550c6 (diff) | |
download | ofono-24124d193ad8b5cc1b81c6d989ea2b5357997926.tar.bz2 |
Just call the feature "net" instead of "netreg"
-rw-r--r-- | src/modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modem.c b/src/modem.c index 98201208..43e4a6d5 100644 --- a/src/modem.c +++ b/src/modem.c @@ -803,7 +803,7 @@ static const struct { const char *interface; const char *feature; } feature_map[] = { - { OFONO_NETWORK_REGISTRATION_INTERFACE, "netreg"}, + { OFONO_NETWORK_REGISTRATION_INTERFACE, "net" }, { OFONO_RADIO_SETTINGS_INTERFACE, "rat" }, { OFONO_CELL_BROADCAST_INTERFACE, "cbs" }, { OFONO_SMS_MANAGER_INTERFACE, "sms" }, |