On Thu, 2021-02-25 at 09:04 +0200, Kalle Valo wrote: > Randy reported an error on his randconfig builds: > > ERROR: modpost: "iwl_so_trans_cfg" [drivers/net/wireless/intel/iwlwifi/iwlwifi.ko] undefined! > > The problem was that when CONFIG_IWLMVM was disabled we were still accessing > iwl_so_trans_cfg. Fix it by moving IS_ENABLED() check before the access. > > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx> > --- Thanks for the fix, Kalle! Please take it directly to wireless-drivers. Acked-by: Luca Coelho <luciano.coelho@xxxxxxxxx> -- Cheers, Luca.