3 @@ -120,6 +120,10 @@ int hostapd_reload_config(struct hostapd
7 + iface->freq = hostapd_hw_get_freq(hapd, hapd->iconf->channel);
8 + if (iface->current_mode)
9 + hostapd_prepare_rates(hapd, iface->current_mode);
11 for (j = 0; j < iface->num_bss; j++) {
13 hapd->iconf = newconf;