Re: Hostapd won't build after rebase yesterday

2023-08-11 Thread Philip Prindeville



> On Aug 11, 2023, at 10:02 AM, Felix Fietkau  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



___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: Hostapd won't build after rebase yesterday

2023-08-11 Thread Felix Fietkau

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

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Hostapd won't build after rebase yesterday

2023-08-11 Thread Philip Prindeville
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?

-Philip


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel