diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.c b/drivers/net/wireless/iwlwifi/iwl-4965.c index 1f22140bec1a..0953a9c56807 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.c +++ b/drivers/net/wireless/iwlwifi/iwl-4965.c | |||
@@ -246,7 +246,7 @@ static int iwl4965_set_ucode_ptrs(struct iwl_priv *priv) | |||
246 | iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG, | 246 | iwl_write_prph(priv, BSM_DRAM_DATA_BYTECOUNT_REG, |
247 | priv->ucode_data.len); | 247 | priv->ucode_data.len); |
248 | 248 | ||
249 | /* Inst bytecount must be last to set up, bit 31 signals uCode | 249 | /* Inst byte count must be last to set up, bit 31 signals uCode |
250 | * that all new ptr/size info is in place */ | 250 | * that all new ptr/size info is in place */ |
251 | iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG, | 251 | iwl_write_prph(priv, BSM_DRAM_INST_BYTECOUNT_REG, |
252 | priv->ucode_code.len | BSM_DRAM_INST_LOAD); | 252 | priv->ucode_code.len | BSM_DRAM_INST_LOAD); |
@@ -324,7 +324,7 @@ static u16 iwl4965_eeprom_calib_version(struct iwl_priv *priv) | |||
324 | } | 324 | } |
325 | 325 | ||
326 | /* | 326 | /* |
327 | * Activate/Deactivat Tx DMA/FIFO channels according tx fifos mask | 327 | * Activate/Deactivate Tx DMA/FIFO channels according tx fifos mask |
328 | * must be called under priv->lock and mac access | 328 | * must be called under priv->lock and mac access |
329 | */ | 329 | */ |
330 | static void iwl4965_txq_set_sched(struct iwl_priv *priv, u32 mask) | 330 | static void iwl4965_txq_set_sched(struct iwl_priv *priv, u32 mask) |
@@ -396,7 +396,7 @@ static void iwl4965_nic_config(struct iwl_priv *priv) | |||
396 | 396 | ||
397 | /* L1 is enabled by BIOS */ | 397 | /* L1 is enabled by BIOS */ |
398 | if ((link & PCI_CFG_LINK_CTRL_VAL_L1_EN) == PCI_CFG_LINK_CTRL_VAL_L1_EN) | 398 | if ((link & PCI_CFG_LINK_CTRL_VAL_L1_EN) == PCI_CFG_LINK_CTRL_VAL_L1_EN) |
399 | /* diable L0S disabled L1A enabled */ | 399 | /* disable L0S disabled L1A enabled */ |
400 | iwl_set_bit(priv, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED); | 400 | iwl_set_bit(priv, CSR_GIO_REG, CSR_GIO_REG_VAL_L0S_ENABLED); |
401 | else | 401 | else |
402 | /* L0S enabled L1A disabled */ | 402 | /* L0S enabled L1A disabled */ |
@@ -625,7 +625,7 @@ static void iwl4965_bg_txpower_work(struct work_struct *work) | |||
625 | 625 | ||
626 | mutex_lock(&priv->mutex); | 626 | mutex_lock(&priv->mutex); |
627 | 627 | ||
628 | /* Regardless of if we are assocaited, we must reconfigure the | 628 | /* Regardless of if we are associated, we must reconfigure the |
629 | * TX power since frames can be sent on non-radar channels while | 629 | * TX power since frames can be sent on non-radar channels while |
630 | * not associated */ | 630 | * not associated */ |
631 | iwl4965_send_tx_power(priv); | 631 | iwl4965_send_tx_power(priv); |
@@ -2019,7 +2019,7 @@ static inline u32 iwl4965_get_scd_ssn(struct iwl4965_tx_resp *tx_resp) | |||
2019 | } | 2019 | } |
2020 | 2020 | ||
2021 | /** | 2021 | /** |
2022 | * iwl4965_tx_status_reply_tx - Handle Tx rspnse for frames in aggregation queue | 2022 | * iwl4965_tx_status_reply_tx - Handle Tx response for frames in aggregation queue |
2023 | */ | 2023 | */ |
2024 | static int iwl4965_tx_status_reply_tx(struct iwl_priv *priv, | 2024 | static int iwl4965_tx_status_reply_tx(struct iwl_priv *priv, |
2025 | struct iwl_ht_agg *agg, | 2025 | struct iwl_ht_agg *agg, |