Make hostapd_set_freq_params() common
[mech_eap.git] / src / ap / ap_drv_ops.h
index 1c80695..5d07e71 100644 (file)
@@ -107,12 +107,6 @@ int hostapd_start_dfs_cac(struct hostapd_iface *iface,
                          int channel, int ht_enabled, int vht_enabled,
                          int sec_channel_offset, int vht_oper_chwidth,
                          int center_segment0, int center_segment1);
-int hostapd_set_freq_params(struct hostapd_freq_params *data,
-                           enum hostapd_hw_mode mode,
-                           int freq, int channel, int ht_enabled,
-                           int vht_enabled, int sec_channel_offset,
-                           int vht_oper_chwidth, int center_segment0,
-                           int center_segment1, u32 vht_caps);
 int hostapd_drv_do_acs(struct hostapd_data *hapd);