3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-17 17:39:28 +01:00

eapol: Fix return value

This commit is contained in:
Ravi kumar Veeramally 2015-03-23 13:17:44 +02:00 committed by Denis Kenzior
parent c6a16cd515
commit a95b0e3a5a

View File

@ -264,7 +264,7 @@ bool eapol_verify_ptk_1_of_4(const struct eapol_key *ek)
VERIFY_IS_ZERO(ek->reserved);
VERIFY_IS_ZERO(ek->key_mic_data);
return ek;
return true;
}
bool eapol_verify_ptk_2_of_4(const struct eapol_key *ek)