Remove unnecessary enum typedef from wpa_auth_sm_event()
This is more consistent with the expected coding style. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
43f49c3788
commit
bb119228b0
2 changed files with 4 additions and 4 deletions
|
@ -1671,7 +1671,7 @@ void wpa_remove_ptk(struct wpa_state_machine *sm)
|
|||
}
|
||||
|
||||
|
||||
int wpa_auth_sm_event(struct wpa_state_machine *sm, wpa_event event)
|
||||
int wpa_auth_sm_event(struct wpa_state_machine *sm, enum wpa_event event)
|
||||
{
|
||||
int remove_ptk = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue