]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: implement a new device configuration table
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 10 Oct 2019 13:30:11 +0000 (16:30 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Sat, 4 Jan 2020 10:47:49 +0000 (12:47 +0200)
commit884cc2000bb77fcd38fbab574bb5c180aa7c2148
treea2742d0b48b73495d942884503ec168f4500f871
parentf2c0dbbd062e51f69b37e04672af7e69c25b1c79
iwlwifi: implement a new device configuration table

Add a new device table that contains information that can be checked
at runtime in order to decide which configuration to use.  This allows
us to map the full cfg independently from the tran-specific
configuration.

This is the first step in creating the new table.  Subsequent patches
will add the possibility of checking different values at runtime in
order to make the decision.

Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/9000.c
drivers/net/wireless/intel/iwlwifi/iwl-config.h
drivers/net/wireless/intel/iwlwifi/pcie/drv.c