Skip to content
Snippets Groups Projects
Commit 9b910e59 authored by Jakob Olsson's avatar Jakob Olsson Committed by Janusz Dziedzic
Browse files

cac_start: args: make action mandatory and change radioid -> radio

parent 041ea0f1
No related branches found
No related tags found
1 merge request!295wifi_opclass: add wifi_radio_opclass_update_channel
...@@ -650,7 +650,7 @@ DEFINE_ATTR(cac_start) = { ...@@ -650,7 +650,7 @@ DEFINE_ATTR(cac_start) = {
[CAC_START_ATTR_RADIO] = { [CAC_START_ATTR_RADIO] = {
.optional = 1, .optional = 1,
.pol = { .pol = {
.name = "radioid", .name = "radio",
.type = BLOBMSG_TYPE_STRING, .type = BLOBMSG_TYPE_STRING,
}, },
.help = "Radio-ID or radio macaddress in Agent for which the CAC request is made", .help = "Radio-ID or radio macaddress in Agent for which the CAC request is made",
...@@ -680,7 +680,7 @@ DEFINE_ATTR(cac_start) = { ...@@ -680,7 +680,7 @@ DEFINE_ATTR(cac_start) = {
.help = "CAC method. One of { 0 = continuous-CAC, 1 = continuous-CAC with dedicated radio, 2 = MIMO dimension reduced, 3 = Time sliced }", .help = "CAC method. One of { 0 = continuous-CAC, 1 = continuous-CAC with dedicated radio, 2 = MIMO dimension reduced, 3 = Time sliced }",
}, },
[CAC_START_ATTR_ACTION] = { [CAC_START_ATTR_ACTION] = {
.optional = 1, .optional = 0,
.pol = { .pol = {
.name = "action", .name = "action",
.type = BLOBMSG_TYPE_INT32, .type = BLOBMSG_TYPE_INT32,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment