diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2012-06-24 08:51:59 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-25 08:54:06 -0400 |
commit | 020c876738bf6ea55687543bfd2c0227ddbd3126 (patch) | |
tree | b4167d383e948e89d0a18388eed73d2fe959a0df /drivers/net | |
parent | b3a6d2e0e727c3b126093c9b5fcdf41dd12bc4fd (diff) |
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>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-drv.c | 1 |
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 = { | |||
1011 | .power_level = IWL_POWER_INDEX_1, | 1011 | .power_level = IWL_POWER_INDEX_1, |
1012 | .bt_ch_announce = true, | 1012 | .bt_ch_announce = true, |
1013 | .auto_agg = true, | 1013 | .auto_agg = true, |
1014 | .wd_disable = true, | ||
1014 | /* the rest are 0 by default */ | 1015 | /* the rest are 0 by default */ |
1015 | }; | 1016 | }; |
1016 | EXPORT_SYMBOL_GPL(iwlwifi_mod_params); | 1017 | EXPORT_SYMBOL_GPL(iwlwifi_mod_params); |