Skip to content

Commit

Permalink
iwlagn: fix module firmware name for 130 series device
Browse files Browse the repository at this point in the history
130 series device should use firmware name with 130 in it.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Wey-Yi Guy committed Oct 6, 2010
1 parent 58a3909 commit d9d9a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/iwlwifi/iwl-6000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d9d9a51

Please sign in to comment.