Bug 116041

Summary: iwlwifi: incorrect firmware file name exported for iwl-8260
Product: Drivers Reporter: Greg White (gwhite)
Component: network-wirelessAssignee: DO NOT USE - assign "network-wireless-intel" component instead (linuxwifi)
Status: CLOSED CODE_FIX    
Severity: normal CC: linuxwifi, linville
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.6-rc2 Subsystem:
Regression: No Bisected commit-id:

Description Greg White 2016-04-08 08:59:34 UTC
In iwl-8000.c, the following firmware is exported:

MODULE_FIRMWARE(IWL8000_MODULE_FIRMWARE(IWL8000_UCODE_API_OK));

Per the corresponding macro, this results in an export that looks like this:

iwlwifi-8000-21.ucode

In linux-firmware-git, that file is actually:

iwlwifi-8000C-21.ucode 

Note the C.

This is breaking (at least) the Arch mkinitcpio process.