summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-09 20:23:25 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-06-09 20:23:25 +0200
commitbd09c4e6198c4d6ca2fde9d63899d4befd16e7ca (patch)
treeec1cca54a7c02175e18a7fa8528c8bc3620cab96
parent517bdc9e99b8151785acfdb0ae8a0ef99e6fc0dd (diff)
fix command type for get_packet_service_status
-rw-r--r--commands-wds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands-wds.h b/commands-wds.h
index c205057..045e881 100644
--- a/commands-wds.h
+++ b/commands-wds.h
@@ -3,7 +3,7 @@
__uqmi_command(wds_set_auth, auth-type, required, CMD_TYPE_OPTION), \
__uqmi_command(wds_set_username, username, required, CMD_TYPE_OPTION), \
__uqmi_command(wds_set_password, password, required, CMD_TYPE_OPTION), \
- __uqmi_command(wds_get_packet_service_status, get-data-status, no, CMD_TYPE_OPTION) \
+ __uqmi_command(wds_get_packet_service_status, get-data-status, no, QMI_SERVICE_WDS) \
#define wds_helptext \