]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 09:38:51 +0000 (11:38 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Dec 2011 09:38:51 +0000 (11:38 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/drivers/driver.h

index ce25d033d8ca154e5469757d0af78ceb2201ccdf..e3cfebe0ed9e034beca20768e207ffe440b72f64 100644 (file)
@@ -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;