aboutsummaryrefslogtreecommitdiff
path: root/libwmc/src/commands.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-01-21 12:50:12 -0600
committerDan Williams <dcbw@redhat.com>2012-01-21 12:50:12 -0600
commita9d6b5a8b62fc0fc07d7c3fab99b25c67474c68d (patch)
tree1498a091844e4cec30a6a51960f2d9f9383b2995 /libwmc/src/commands.c
parent0737a24f4394490bdf25f629169f70a3cbe085da (diff)
wmc: more protocol updates
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