iwlwifi: pcie: fix xtal latency for 9560 devices
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 8 Oct 2020 15:12:38 +0000 (18:12 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 8 Oct 2020 17:14:48 +0000 (20:14 +0300)
commit24436191a3b47b5589256f7f30b7baa5648b4a87
tree2f06ce9185fb312abd9f106b835d41944e353ca1
parenta48d400cc444967717a6898ee7ac454e97d25722
iwlwifi: pcie: fix xtal latency for 9560 devices

We were using a very high latency for all 9560 devices so they all
would have time to stabilize.  But this causes the system to be
slighly slower, so we can use the best values for each device.

This requires a new trans cfg struct for devices with longer latency
and some adjustments to the other structs.

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.34392f98fdb1.I3d3db14f6d1a8ecc547ca6afce8488816bd26081@changeid
drivers/net/wireless/intel/iwlwifi/cfg/9000.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h
drivers/net/wireless/intel/iwlwifi/pcie/drv.c