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

station: Fix typo

This commit is contained in:
Denis Kenzior 2019-07-17 09:00:39 -05:00
parent 3c27528523
commit fe3858f738

View File

@ -848,7 +848,7 @@ static struct handshake_state *station_handshake_setup(struct station *station,
"ProtocolVersion",
&eapol_proto_version)) {
if (eapol_proto_version > 3) {
l_warn("Invalid ProtolVersion value - should be 0-3");
l_warn("Invalid ProtocolVersion value - should be 0-3");
eapol_proto_version = 0;
}