]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
iwl3945: prevent too frequent firmware resets
authorStanislaw Gruszka <sgruszka@redhat.com>
Fri, 3 Dec 2010 14:41:47 +0000 (15:41 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Dec 2010 21:01:29 +0000 (16:01 -0500)
Similarly like on iwlagn, initialize reset duration on iwl3945 to prevent
too frequent firmware resets.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl3945-base.c

index 8eb1393506bc2e91e9eb6e891cdb2e854d35c951..cc282aa2f43c042538fbe900558129203c81ef7a 100644 (file)
@@ -3861,6 +3861,13 @@ static int iwl3945_init_drv(struct iwl_priv *priv)
        priv->iw_mode = NL80211_IFTYPE_STATION;
        priv->missed_beacon_threshold = IWL_MISSED_BEACON_THRESHOLD_DEF;
 
+       /* initialize force reset */
+       priv->force_reset[IWL_RF_RESET].reset_duration =
+               IWL_DELAY_NEXT_FORCE_RF_RESET;
+       priv->force_reset[IWL_FW_RESET].reset_duration =
+               IWL_DELAY_NEXT_FORCE_FW_RELOAD;
+
+
        priv->tx_power_user_lmt = IWL_DEFAULT_TX_POWER;
        priv->tx_power_next = IWL_DEFAULT_TX_POWER;