]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc5127e08035beb271578d3902388f5768ac269a6
tree2f06ce9185fb312abd9f106b835d41944e353ca1
parent7b4df70044e0283be80494a97edd627db9edab92
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