hostapd: remove config_id parameters from hostapd.conf
They are no longer used Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c764a8c791
commit
ed0ad7759c
2 changed files with 0 additions and 5 deletions
|
@ -491,8 +491,6 @@ $base_cfg
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
json_select ..
|
json_select ..
|
||||||
radio_md5sum=$(md5sum $hostapd_conf_file | cut -d" " -f1)
|
|
||||||
echo "radio_config_id=${radio_md5sum}" >> $hostapd_conf_file
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mac80211_hostapd_setup_bss() {
|
mac80211_hostapd_setup_bss() {
|
||||||
|
|
|
@ -1159,9 +1159,6 @@ hostapd_set_bss_options() {
|
||||||
append bss_conf "$val" "$N"
|
append bss_conf "$val" "$N"
|
||||||
done
|
done
|
||||||
|
|
||||||
bss_md5sum="$(echo $bss_conf | md5sum | cut -d" " -f1)"
|
|
||||||
append bss_conf "config_id=$bss_md5sum" "$N"
|
|
||||||
|
|
||||||
append "$var" "$bss_conf" "$N"
|
append "$var" "$bss_conf" "$N"
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue