From bd09c4e6198c4d6ca2fde9d63899d4befd16e7ca Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Jun 2013 20:23:25 +0200 Subject: [PATCH] fix command type for get_packet_service_status --- commands-wds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.11.0