Commit 8bf26aa1 authored by Johannes Berg's avatar Johannes Berg Committed by Kalle Valo

iwlwifi: cfg: set low-latency-xtal for some integrated So devices

The integrated So devices covered by the iwl_so_long_latency_trans_cfg
configuration should all have low-latency-xtal enabled, so do that.
While at it, remove the TODO, I've checked the other values as well.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Fixes: 6f60fb03 ("iwlwifi: move SnJ and So rules to the new tables")
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/iwlwifi.20211016114029.8b5480113f53.I80b5b4ebea84e56f3b3143fc1ee7097be8b4ae78@changeid
parent e864a77f
...@@ -355,7 +355,7 @@ const struct iwl_cfg_trans_params iwl_so_long_latency_trans_cfg = { ...@@ -355,7 +355,7 @@ const struct iwl_cfg_trans_params iwl_so_long_latency_trans_cfg = {
.base_params = &iwl_ax210_base_params, .base_params = &iwl_ax210_base_params,
.umac_prph_offset = 0x300000, .umac_prph_offset = 0x300000,
.integrated = true, .integrated = true,
/* TODO: the following values need to be checked */ .low_latency_xtal = true,
.xtal_latency = 12000, .xtal_latency = 12000,
.ltr_delay = IWL_CFG_TRANS_LTR_DELAY_2500US, .ltr_delay = IWL_CFG_TRANS_LTR_DELAY_2500US,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment