Hostapd won't build after rebase yesterday

Philip Prindeville philipp_subx at redfish-solutions.com
Fri Aug 11 08:58:03 PDT 2023


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




More information about the openwrt-devel mailing list