summaryrefslogtreecommitdiff
path: root/commands-wda.h
blob: e51452c63ef9c5d27cc2f22574200a15893a1713 (plain)
1
2
3
4
5
6
7
8
9
#define __uqmi_wda_commands \
	__uqmi_command(wda_set_data_format, wda-set-data-format, required, QMI_SERVICE_WDA), \
	__uqmi_command(wda_get_data_format, wda-get-data-format, no, QMI_SERVICE_WDA)


#define wda_helptext \
		"  --wda-set-data-format <type>:     Set data format (type: 802.3|raw-ip)\n" \
		"  --wda-get-data-format:            Get data format\n" \