3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

monitor: Print OperState instead of Openstate for operational state flag

This commit is contained in:
Jukka Rissanen 2015-03-25 13:38:03 +02:00 committed by Denis Kenzior
parent 7b945d948f
commit 2c3c96f322

View File

@ -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 },