]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000
authorJürg Billeter <j@bitron.ch>
Mon, 10 Oct 2016 16:30:01 +0000 (18:30 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 23 Jan 2017 10:55:32 +0000 (12:55 +0200)
commitad67a9677cfabd5f2bc14a5bb2d1e50746aaa7bb
tree411e63e90556b10efac0321c282804840f946225
parente6d2a6755716c8961ce43ed1d31e03b4d82b6233
iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000

Mistakenly, the driver is trying to load the 8000C firmware with an
incorrect name (i.e. with two hyphens where there should be only one)
and that fails.  Fix that by removing the hyphen from the format
macro.

Fixes: 138f4d79aec6 ("iwlwifi: 8000: fix MODULE_FIRMWARE input")
Signed-off-by: Jürg Billeter <j@bitron.ch>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-8000.c