diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2020-03-09 10:16:14 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2020-03-17 22:10:46 +0300 |
commit | 55cf5fb9ff22d5e23d16af445cb71372d1c4a1a4 (patch) | |
tree | 61a44a33e3cd35d512f96c1db0e1092e279fc23a /drivers/net/wireless/intel/iwlwifi/iwl-config.h | |
parent | fe25b1518f72fc6ed5d69c9f11b2003099268448 (diff) | |
download | linux-55cf5fb9ff22d5e23d16af445cb71372d1c4a1a4.tar.xz |
iwlwifi: convert the 9260-1x1 device to use the new parameters
The 9260-1x1 device can be differentiated using the PCI device ID.
There is a single occurrence of this device, so continue relying on
the device and subsystem device IDs.
The name of this device was incorrect, so add a new string
specifically for it.
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200309091348.4d74e1be7cac.Id27bd9c878b73cb771691cbe6082fd40e079b44d@changeid
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-config.h')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h index f8244f809c14..4309860ff652 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h @@ -498,6 +498,7 @@ struct iwl_dev_info { extern const struct iwl_cfg_trans_params iwl9000_trans_cfg; extern const char iwl9162_name[]; extern const char iwl9260_name[]; +extern const char iwl9260_1_name[]; extern const char iwl9270_name[]; extern const char iwl9461_name[]; extern const char iwl9462_name[]; |