Fixed a typo in a comment
This commit is contained in:
parent
8383da8009
commit
a2f517fb93
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue