mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-24 13:44:06 +01:00
monitor: Fix typo
This commit is contained in:
parent
2129becac8
commit
a2bc325b3b
@ -3467,7 +3467,7 @@ void nlmon_print_pae(struct nlmon *nlmon, const struct timeval *tv,
|
|||||||
}
|
}
|
||||||
|
|
||||||
print_attr(1, "Type: %u (%s)", ek->packet_type, str);
|
print_attr(1, "Type: %u (%s)", ek->packet_type, str);
|
||||||
print_attr(1, "Lenth: %d", L_BE16_TO_CPU(ek->packet_len));
|
print_attr(1, "Length: %d", L_BE16_TO_CPU(ek->packet_len));
|
||||||
print_attr(1, "Descriptor Type: %u", ek->descriptor_type);
|
print_attr(1, "Descriptor Type: %u", ek->descriptor_type);
|
||||||
print_attr(1, "Key MIC: %s", ek->key_mic ? "true" : "false");
|
print_attr(1, "Key MIC: %s", ek->key_mic ? "true" : "false");
|
||||||
print_attr(1, "Secure: %s", ek->secure ? "true" : "false");
|
print_attr(1, "Secure: %s", ek->secure ? "true" : "false");
|
||||||
|
Loading…
Reference in New Issue
Block a user