3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-27 23:29:24 +01:00

eapol: Fix typo

This commit is contained in:
Denis Kenzior 2014-12-19 14:25:57 -06:00
parent 933a181c33
commit e3729cc0f5

View File

@ -27,7 +27,7 @@
enum eapol_protocol_version { enum eapol_protocol_version {
EAPOL_PROTOCOL_VERSION_2001 = 1, EAPOL_PROTOCOL_VERSION_2001 = 1,
EAPOL_PTOTOCOL_VERSION_2004 = 2, EAPOL_PROTOCOL_VERSION_2004 = 2,
}; };
/* /*