Fix a typo in a comment
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
7e20502f7a
commit
cab139ebc2
1 changed files with 1 additions and 1 deletions
|
@ -4528,7 +4528,7 @@ static void handle_assoc(struct hostapd_data *hapd,
|
||||||
os_free(tmp);
|
os_free(tmp);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove the station in case tranmission of a success response fails
|
* Remove the station in case transmission of a success response fails
|
||||||
* (the STA was added associated to the driver) or if the station was
|
* (the STA was added associated to the driver) or if the station was
|
||||||
* previously added unassociated.
|
* previously added unassociated.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue