summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2012-06-24 15:51:59 +0300
committerJohannes Berg <johannes.berg@intel.com>2012-06-25 14:54:06 +0200
commit020c876738bf6ea55687543bfd2c0227ddbd3126 (patch)
treeb4167d383e948e89d0a18388eed73d2fe959a0df
parentb3a6d2e0e727c3b126093c9b5fcdf41dd12bc4fd (diff)
downloadblackbird-op-linux-020c876738bf6ea55687543bfd2c0227ddbd3126.tar.gz
blackbird-op-linux-020c876738bf6ea55687543bfd2c0227ddbd3126.zip
iwlwifi: disable the watchdog for queues by default
I saw that when the watchdog triggers, the packets do go through if we wait enough time. So we still have an issue where packets are blocked in the Tx queue for a short while and this needs to be debugged separately. For now, don't restart the driver when it is not needed. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-drv.c b/drivers/net/wireless/iwlwifi/iwl-drv.c
index 095547b37a27..6322e2a692cc 100644
--- a/drivers/net/wireless/iwlwifi/iwl-drv.c
+++ b/drivers/net/wireless/iwlwifi/iwl-drv.c
@@ -1011,6 +1011,7 @@ struct iwl_mod_params iwlwifi_mod_params = {
.power_level = IWL_POWER_INDEX_1,
.bt_ch_announce = true,
.auto_agg = true,
+ .wd_disable = true,
/* the rest are 0 by default */
};
EXPORT_SYMBOL_GPL(iwlwifi_mod_params);
OpenPOWER on IntegriCloud