projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7783454
)
iwlagn: 6050 ops should be used;
author
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Wed, 6 Oct 2010 20:46:11 +0000
(13:46 -0700)
committer
Wey-Yi Guy
<wey-yi.w.guy@intel.com>
Thu, 14 Oct 2010 16:46:59 +0000
(09:46 -0700)
For 6050 series of devices, 6050 ops should be used;
One of the 6050 config still use 6000 ops, fix it.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-6000.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-6000.c
b/drivers/net/wireless/iwlwifi/iwl-6000.c
index 3eaea6fcdaa7ac0b7b230b59b5aa31a025355fc2..11e6532fc573d1ed93d5ec4aaf886342d0fe8073 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-6000.c
@@
-780,7
+780,7
@@
struct iwl_cfg iwl6050_2agn_cfg = {
.sku = IWL_SKU_A|IWL_SKU_G|IWL_SKU_N,
.valid_tx_ant = ANT_AB,
.valid_rx_ant = ANT_AB,
- .ops = &iwl60
0
0_ops,
+ .ops = &iwl60
5
0_ops,
.eeprom_ver = EEPROM_6050_EEPROM_VERSION,
.eeprom_calib_ver = EEPROM_6050_TX_POWER_VERSION,
.mod_params = &iwlagn_mod_params,