]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fixed a typo in a comment
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 9 Jan 2009 13:01:50 +0000 (15:01 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 9 Jan 2009 13:01:50 +0000 (15:01 +0200)
hostapd/driver.h

index edf12e33a0c99b804b9e0a39b7801d7a996ffed4..36f5b2bd3e3a15ce065ef1c713a43e0251da4e2e 100644 (file)
@@ -122,7 +122,7 @@ struct wpa_driver_ops {
        int (*get_inact_sec)(void *priv, const u8 *addr);
        int (*sta_clear_stats)(void *priv, const u8 *addr);
 
-       /* note: set_freq() is deprecated; use sta_freq() instead */
+       /* note: set_freq() is deprecated; use set_freq2() instead */
        int (*set_freq)(void *priv, int mode, int freq);
        int (*set_freq2)(void *priv, struct hostapd_freq_params *freq);
        int (*set_rts)(void *priv, int rts);