rename script_data to node_info

It's a more descriptive name, and we will have host_info later as well

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-07-06 14:29:24 +02:00
parent e0cd9522dc
commit e9641c4657
8 changed files with 27 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ enum {
APMSG_NODE_SSID,
APMSG_NODE_MAX_ASSOC,
APMSG_NODE_RRM_NR,
APMSG_NODE_SCRIPT_DATA,
APMSG_NODE_NODE_INFO,
__APMSG_NODE_MAX
};
@@ -59,7 +59,7 @@ struct apmsg_node {
int load;
struct blob_attr *stations;
struct blob_attr *rrm_nr;
struct blob_attr *script_data;
struct blob_attr *node_info;
};
enum {