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

monitor: Fix typo

This commit is contained in:
Denis Kenzior 2015-03-20 11:34:21 -05:00
parent 2129becac8
commit a2bc325b3b

View File

@ -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");