Hostapd won't build after rebase yesterday
Felix Fietkau
nbd at nbd.name
Fri Aug 11 09:02:40 PDT 2023
On 11.08.23 17:58, Philip Prindeville wrote:
> I'm seeing the following breakage in hostapd:
>
> ../src/ap/ucode.c: In function 'uc_hostapd_iface_start':
> ../src/ap/ucode.c:337:23: error: 'struct hostapd_config' has no member named 'he_oper_centr_freq_seg0_idx'; did you mean 'vht_oper_centr_freq_seg0_idx'?
> 337 | conf->he_oper_centr_freq_seg0_idx = intval;
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> | vht_oper_centr_freq_seg0_idx
> ../src/ap/ucode.c:344:23: error: 'struct hostapd_config' has no member named 'he_oper_centr_freq_seg1_idx'; did you mean 'vht_oper_centr_freq_seg1_idx'?
> 344 | conf->he_oper_centr_freq_seg1_idx = intval;
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> | vht_oper_centr_freq_seg1_idx
> ../src/ap/ucode.c:352:23: error: 'struct hostapd_config' has no member named 'he_oper_chwidth'; did you mean 'vht_oper_chwidth'?
> 352 | conf->he_oper_chwidth = intval;
> | ^~~~~~~~~~~~~~~
> | vht_oper_chwidth
>
> After rebasing yesterday. Anyone else seeing something similar?
>
> What's odd is that the package version didn't change in the rebasing.
>
> Is some code not properly gated by CONFIG_IEEE80211AX #ifdef's?
Should already be fixed in 9c2c6d19f35708bb97462bb8902c54d2ec23001d
Sorry for the noise,
- Felix
More information about the openwrt-devel
mailing list