mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 05:42:52 +01:00
station: Fix typo
This commit is contained in:
parent
3c27528523
commit
fe3858f738
@ -848,7 +848,7 @@ static struct handshake_state *station_handshake_setup(struct station *station,
|
|||||||
"ProtocolVersion",
|
"ProtocolVersion",
|
||||||
&eapol_proto_version)) {
|
&eapol_proto_version)) {
|
||||||
if (eapol_proto_version > 3) {
|
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;
|
eapol_proto_version = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user