Hostapd won't build after rebase yesterday
Philip Prindeville
philipp_subx at redfish-solutions.com
Fri Aug 11 11:06:22 PDT 2023
> On Aug 11, 2023, at 10:02 AM, Felix Fietkau <nbd at nbd.name> wrote:
>
> 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
I fetched and that fixed it, thanks!
I also got into my .config and enabled CONFIG_DRIVER_11AX_SUPPORT=y
More information about the openwrt-devel
mailing list