WMM AC: Fix a typo in a comment
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
22d8bb04d9
commit
fb2dc898d6
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static void wmm_ac_deinit(struct wpa_supplicant *wpa_s)
|
|||
for (i = 0; i < WMM_AC_NUM; i++)
|
||||
wmm_ac_del_ts(wpa_s, i, TS_DIR_IDX_ALL);
|
||||
|
||||
/* delete pending add_ts requset */
|
||||
/* delete pending add_ts request */
|
||||
wmm_ac_del_req(wpa_s, 1);
|
||||
|
||||
os_free(wpa_s->wmm_ac_assoc_info);
|
||||
|
|
Loading…
Reference in a new issue