projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2443619
)
iwlwifi: pcie: fix the xtal latency value for a few qu devices
author
Luca Coelho
<luciano.coelho@intel.com>
Thu, 8 Oct 2020 15:12:39 +0000
(18:12 +0300)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 8 Oct 2020 17:14:49 +0000
(20:14 +0300)
We were using 5 s for some qu devices, but their xtal stabilizes
much faster than that. Reduce the value to 500 ms.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link:
https://lore.kernel.org/r/iwlwifi.20201008181047.d0e2253c282f.Icd2ff00adff52f6c96fb261c34fbf129ce67a00d@changeid
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c
index 60e0640d07dc3b751b3f9d0bb7801abb82f7a853..8b97c2eb26324ef3afc45ba27c0171fb9a9d4aec 100644
(file)
--- a/
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
+++ b/
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
@@
-253,7
+253,7
@@
const struct iwl_cfg_trans_params iwl_qu_trans_cfg = {
.device_family = IWL_DEVICE_FAMILY_22000,
.base_params = &iwl_22000_base_params,
.integrated = true,
- .xtal_latency = 500
0
,
+ .xtal_latency = 500,
.ltr_delay = IWL_CFG_TRANS_LTR_DELAY_200US,
};