On Tue, 2024-01-30 at 14:45 +0800, kernel test robot wrote: > > All errors (new ones prefixed by >>): > > > > drivers/net/wireless/ath/ath12k/mac.c:2771:16: error: use of undeclared identifier 'BSS_CHANGED_EHT_PUNCTURING' > 2771 | if (changed & BSS_CHANGED_EHT_PUNCTURING) > | ^ > > > drivers/net/wireless/ath/ath12k/mac.c:2772:31: error: no member named 'eht_puncturing' in 'struct ieee80211_bss_conf' > 2772 | arvif->punct_bitmap = info->eht_puncturing; > | ~~~~ ^ > drivers/net/wireless/ath/ath12k/mac.c:6374:35: error: no member named 'eht_puncturing' in 'struct ieee80211_bss_conf' > 6374 | arvif->punct_bitmap = link_conf->eht_puncturing; > | ~~~~~~~~~ ^ > 3 errors generated. > Not sure why my build test didn't catch that (probably .config issues), but yes ... I clearly forgot that. Will fix. johannes