commit | 7941c59e45f3b6d30e07375e9b6713427e0a9f98 | [log] [tgz] |
---|---|---|
author | Jürg Billeter <j@bitron.ch> | Mon Oct 10 18:30:01 2016 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Jan 23 12:55:32 2017 +0200 |
tree | 411e63e90556b10efac0321c282804840f946225 | |
parent | 92549cdc288f47f3a98cf80ac5890c91f5876a06 [diff] |
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: e1ba684f762b ("iwlwifi: 8000: fix MODULE_FIRMWARE input") Signed-off-by: Jürg Billeter <j@bitron.ch> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>