diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-3945.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-3945.c b/drivers/net/wireless/iwlegacy/iwl-3945.c index d096dc28204d..dab67a12d73b 100644 --- a/drivers/net/wireless/iwlegacy/iwl-3945.c +++ b/drivers/net/wireless/iwlegacy/iwl-3945.c | |||
@@ -408,7 +408,6 @@ void iwl3945_hw_rx_statistics(struct iwl_priv *priv, | |||
408 | #ifdef CONFIG_IWLWIFI_LEGACY_DEBUGFS | 408 | #ifdef CONFIG_IWLWIFI_LEGACY_DEBUGFS |
409 | iwl3945_accumulative_statistics(priv, (__le32 *)&pkt->u.raw); | 409 | iwl3945_accumulative_statistics(priv, (__le32 *)&pkt->u.raw); |
410 | #endif | 410 | #endif |
411 | iwl_legacy_recover_from_statistics(priv, pkt); | ||
412 | 411 | ||
413 | memcpy(&priv->_3945.statistics, pkt->u.raw, sizeof(priv->_3945.statistics)); | 412 | memcpy(&priv->_3945.statistics, pkt->u.raw, sizeof(priv->_3945.statistics)); |
414 | } | 413 | } |
@@ -2640,7 +2639,6 @@ static struct iwl_lib_ops iwl3945_lib = { | |||
2640 | .txq_free_tfd = iwl3945_hw_txq_free_tfd, | 2639 | .txq_free_tfd = iwl3945_hw_txq_free_tfd, |
2641 | .txq_init = iwl3945_hw_tx_queue_init, | 2640 | .txq_init = iwl3945_hw_tx_queue_init, |
2642 | .load_ucode = iwl3945_load_bsm, | 2641 | .load_ucode = iwl3945_load_bsm, |
2643 | .dump_nic_event_log = iwl3945_dump_nic_event_log, | ||
2644 | .dump_nic_error_log = iwl3945_dump_nic_error_log, | 2642 | .dump_nic_error_log = iwl3945_dump_nic_error_log, |
2645 | .apm_ops = { | 2643 | .apm_ops = { |
2646 | .init = iwl3945_apm_init, | 2644 | .init = iwl3945_apm_init, |
@@ -2698,9 +2696,7 @@ static struct iwl_base_params iwl3945_base_params = { | |||
2698 | .set_l0s = false, | 2696 | .set_l0s = false, |
2699 | .use_bsm = true, | 2697 | .use_bsm = true, |
2700 | .led_compensation = 64, | 2698 | .led_compensation = 64, |
2701 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
2702 | .wd_timeout = IWL_DEF_WD_TIMEOUT, | 2699 | .wd_timeout = IWL_DEF_WD_TIMEOUT, |
2703 | .max_event_log_size = 512, | ||
2704 | }; | 2700 | }; |
2705 | 2701 | ||
2706 | static struct iwl_cfg iwl3945_bg_cfg = { | 2702 | static struct iwl_cfg iwl3945_bg_cfg = { |