Comment 18 for bug 1293569

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Emmanuel - The issue with modinfo is that IWL7260_UCODE_API_MAX is never referenced in a MODULE_FIRMWARE() macro.

drivers/net/wireless/iwlwifi/iwl-7000.c:
MODULE_FIRMWARE(IWL7260_MODULE_FIRMWARE(IWL7260_UCODE_API_OK));
MODULE_FIRMWARE(IWL3160_MODULE_FIRMWARE(IWL3160_UCODE_API_OK));

It appears that this -8 firmware is causal on Haswell, so I'm going to remove it from our stable releases (Precise/Trusty) until it gets sorted.