mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 19:49:23 +01:00
monitor: Decode RMNet Mux Identifier
This commit is contained in:
parent
d500a44ff3
commit
194d8a3052
@ -7597,8 +7597,15 @@ static void flags_str(const struct flag_names *table,
|
||||
pos += sprintf(str + pos, "]");
|
||||
}
|
||||
|
||||
static struct attr_entry link_info_data_entry[] = {
|
||||
{ IFLA_RMNET_MUX_ID, "RMNet Mux Id", ATTR_U16 },
|
||||
{ },
|
||||
};
|
||||
|
||||
static struct attr_entry link_info_entry[] = {
|
||||
{ IFLA_INFO_KIND, "Kind", ATTR_STRING },
|
||||
{ IFLA_INFO_DATA, "Info Data",
|
||||
ATTR_NESTED, { link_info_data_entry } },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user