From e53a0c7406c8849fcf076aabbbb532ac3a07c5e3 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 3 Dec 2011 11:38:51 +0200 Subject: [PATCH] Fix a typo in a comment Signed-hostap: Jouni Malinen --- src/drivers/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/driver.h b/src/drivers/driver.h index ce25d033d..e3cfebe0e 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -628,7 +628,7 @@ struct wpa_driver_ap_params { * isolate - Whether to isolate frames between associated stations * * If this is non-zero, the AP is requested to disable forwarding of - * frames between association stations. + * frames between associated stations. */ int isolate;