]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.c
Allow ACS channel list to be configured as frequencies (in MHz)
[thirdparty/hostap.git] / src / ap / ap_config.c
index 70829679d9f86040521dcc0e521cf1166a237eda..68af3c1d167dcb648ae3179ad7188e12280ab0d5 100644 (file)
@@ -936,6 +936,7 @@ void hostapd_config_free(struct hostapd_config *conf)
        os_free(conf->supported_rates);
        os_free(conf->basic_rates);
        os_free(conf->acs_ch_list.range);
+       os_free(conf->acs_freq_list.range);
        os_free(conf->driver_params);
 #ifdef CONFIG_ACS
        os_free(conf->acs_chan_bias);