Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes: > On 1/9/19 8:14 PM, Stephen Rothwell wrote: >> Hi all, >> >> Changes since 20190109: >> > > on x86_64: > > WARNING: unmet direct dependencies detected for MAC80211_LEDS > Depends on [n]: NET [=y] && WIRELESS [=y] && MAC80211 [=n] && LEDS_CLASS [=y] > Selected by [y]: > - IWLWIFI_LEDS [=y] && NETDEVICES [=y] && WLAN [=y] && WLAN_VENDOR_INTEL [=y] && IWLWIFI [=y] && (LEDS_CLASS [=y]=y || LEDS_CLASS [=y]=IWLWIFI [=y]) > > and then > > ld: drivers/net/wireless/intel/iwlwifi/iwl-eeprom-parse.o: in function `iwl_parse_eeprom_data': > iwl-eeprom-parse.c:(.text+0x7c4): undefined reference to `ieee80211_channel_to_frequency' > ld: drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.o: in function `iwl_init_sbands': > iwl-nvm-parse.c:(.text+0x37f): undefined reference to `ieee80211_channel_to_frequency' > ld: drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.o: in function `iwl_parse_nvm_mcc_info': > iwl-nvm-parse.c:(.text+0xce9): undefined reference to `ieee80211_channel_to_frequency' > ld: iwl-nvm-parse.c:(.text+0xe9b): undefined reference to `reg_query_regdb_wmm' > ld: drivers/net/wireless/intel/iwlwifi/pcie/tx.o: in function `iwl_trans_pcie_tx': > tx.c:(.text+0x344d): undefined reference to `ieee80211_hdrlen' > ld: drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.o: in function `iwl_trans_pcie_gen2_tx': > tx-gen2.c:(.text+0xd93): undefined reference to `ieee80211_hdrlen' > ld: drivers/net/wireless/intel/iwlwifi/iwl-devtrace.o: in function `iwl_rx_trace_len': > iwl-devtrace.c:(.text+0x974): undefined reference to `ieee80211_hdrlen' Kbuild bot also reported this and Luca (CCed) is working on a fix. Thanks for the report. -- Kalle Valo