summaryrefslogtreecommitdiff
path: root/commands-wds.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands-wds.c')
-rw-r--r--commands-wds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands-wds.c b/commands-wds.c
index ce7d715..a1804cf 100644
--- a/commands-wds.c
+++ b/commands-wds.c
@@ -104,7 +104,6 @@ cmd_wds_get_packet_service_status_cb(struct qmi_dev *qmi, struct qmi_request *re
qmi_parse_wds_get_packet_service_status_response(msg, &res);
if (res.set.connection_status &&
- res.data.connection_status >= 0 &&
res.data.connection_status < ARRAY_SIZE(data_status))
s = res.data.connection_status;