From: Felix Fietkau Date: Sun, 9 Jun 2013 18:23:25 +0000 (+0200) Subject: fix command type for get_packet_service_status X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=commitdiff_plain;h=bd09c4e6198c4d6ca2fde9d63899d4befd16e7ca fix command type for get_packet_service_status --- 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 \