mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
monitor: Print OperState instead of Openstate for operational state flag
This commit is contained in:
parent
7b945d948f
commit
2c3c96f322
@ -2737,7 +2737,7 @@ static struct attr_entry info_entry[] = {
|
||||
{ IFLA_MASTER, "Master", ATTR_U32 },
|
||||
{ IFLA_MTU, "MTU", ATTR_U32 },
|
||||
{ IFLA_TXQLEN, "Txqlen", ATTR_U32 },
|
||||
{ IFLA_OPERSTATE, "Openstate", ATTR_U8 },
|
||||
{ IFLA_OPERSTATE, "OperState", ATTR_U8 },
|
||||
{ IFLA_LINKMODE, "LinkMode", ATTR_U8 },
|
||||
{ IFLA_LINK, "Link", ATTR_S32 },
|
||||
{ IFLA_QDISC, "Qdisc", ATTR_STRING },
|
||||
|
Loading…
Reference in New Issue
Block a user