aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'libwmc/src/commands.c')
-rw-r--r--libwmc/src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwmc/src/commands.c b/libwmc/src/commands.c
index ce1f1a97..0628d4b6 100644
--- a/libwmc/src/commands.c
+++ b/libwmc/src/commands.c
@@ -235,7 +235,7 @@ is_cdma_service (u_int8_t service)
static wmcbool
is_evdo_service (u_int8_t service)
{
- return (service == WMC_SERVICE_EVDO_0 || service == WMC_SERVICE_EVDO_A);
+ return (service == WMC_SERVICE_EVDO_0 || service == WMC_SERVICE_EVDO_A || service == WMC_SERVICE_EVDO_A_EHRPD);
}
static wmcbool