Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Johannes Berg <johannes.berg@intel.com>
Fixes: 6f60fb03c8e7 ("iwlwifi: move SnJ and So rules to the new tables")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/iwlwifi.20211016114029.8b5480113f53.I80b5b4ebea84e56f3b3143fc1ee7097be8b4ae78@changeid

authored by

Johannes Berg and committed by
Kalle Valo
8bf26aa1 e864a77f

+1 -1
+1 -1
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
··· 355 355 .base_params = &iwl_ax210_base_params, 356 356 .umac_prph_offset = 0x300000, 357 357 .integrated = true, 358 - /* TODO: the following values need to be checked */ 358 + .low_latency_xtal = true, 359 359 .xtal_latency = 12000, 360 360 .ltr_delay = IWL_CFG_TRANS_LTR_DELAY_2500US, 361 361 };