Browse Source

Fixed a typo in a comment

Jouni Malinen 16 years ago
parent
commit
a2f517fb93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hostapd/driver.h

+ 1 - 1
hostapd/driver.h

@@ -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);