Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122323
b: refs/heads/master
c: 25e35a5
h: refs/heads/master
i:
  122321: b955e0a
  122319: d78ea90
v: v3
  • Loading branch information
Winkler, Tomas authored and John W. Linville committed Nov 26, 2008
1 parent 4edb355 commit f04fdff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 201706ac0b1ab6df5343119883964ec7272844b0
refs/heads/master: 25e35a56d5f4795cf52cdd0830a91e3103396cfe
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ static int iwl4965_hw_get_temperature(const struct iwl_priv *priv);
* is not compatible with earlier drivers.
* This number will also appear in << 8 position of 1st dword of uCode file */
#define IWL4965_UCODE_API "-2"
#define IWL4965_MODULE_FIRMWARE "iwlwifi-4965" IWL4965_UCODE_API ".ucode"


/* module parameters */
Expand Down Expand Up @@ -2322,7 +2323,7 @@ static struct iwl_ops iwl4965_ops = {

struct iwl_cfg iwl4965_agn_cfg = {
.name = "4965AGN",
.fw_name = "iwlwifi-4965" IWL4965_UCODE_API ".ucode",
.fw_name = IWL4965_MODULE_FIRMWARE,
.sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
.eeprom_size = IWL4965_EEPROM_IMG_SIZE,
.eeprom_ver = EEPROM_4965_EEPROM_VERSION,
Expand All @@ -2332,7 +2333,7 @@ struct iwl_cfg iwl4965_agn_cfg = {
};

/* Module firmware */
MODULE_FIRMWARE("iwlwifi-4965" IWL4965_UCODE_API ".ucode");
MODULE_FIRMWARE(IWL4965_MODULE_FIRMWARE);

module_param_named(antenna, iwl4965_mod_params.antenna, int, 0444);
MODULE_PARM_DESC(antenna, "select antenna (1=Main, 2=Aux, default 0 [both])");
Expand Down

0 comments on commit f04fdff

Please sign in to comment.