Commit d9d9a519 authored by Wey-Yi Guy's avatar Wey-Yi Guy

iwlagn: fix module firmware name for 130 series device

130 series device should use firmware name with 130 in it.
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 58a39090
......@@ -78,8 +78,8 @@
#define IWL6000G2B_MODULE_FIRMWARE(api) _IWL6000G2B_MODULE_FIRMWARE(api)
#define IWL130_FW_PRE "iwlwifi-130-"
#define _IWL100_MODULE_FIRMWARE(api) IWL130_FW_PRE #api ".ucode"
#define IWL100_MODULE_FIRMWARE(api) _IWL130_MODULE_FIRMWARE(api)
#define _IWL130_MODULE_FIRMWARE(api) IWL130_FW_PRE #api ".ucode"
#define IWL130_MODULE_FIRMWARE(api) _IWL130_MODULE_FIRMWARE(api)
static void iwl6000_set_ct_threshold(struct iwl_priv *priv)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment