mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 14:22:36 +01:00
eapol: Fix typo
This commit is contained in:
parent
933a181c33
commit
e3729cc0f5
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user