diff options
author | Mordechai Goodstein <mordechay.goodstein@intel.com> | 2016-03-29 14:41:49 +0300 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2016-05-10 18:34:58 +0300 |
commit | e5ed17929bf4177c523465af187ab70c9a454caa (patch) | |
tree | 0a2c2205eef6202b590d06931b80c97d289adcee /drivers/net/wireless/intel/iwlwifi/iwl-config.h | |
parent | 4c965139a3cdd7211b74ce27eccf9bb7485cd58a (diff) | |
download | op-kernel-dev-e5ed17929bf4177c523465af187ab70c9a454caa.zip op-kernel-dev-e5ed17929bf4177c523465af187ab70c9a454caa.tar.gz |
iwlwifi: Edit the 8265 SDIO ID
Add new 8265 series SDIO ID.
Signed-off-by: Mordechai Goodstein <mordechay.goodstein@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
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 7206798..95558e3 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h @@ -437,6 +437,7 @@ extern const struct iwl_cfg iwl8260_2ac_cfg; extern const struct iwl_cfg iwl8265_2ac_cfg; extern const struct iwl_cfg iwl4165_2ac_cfg; extern const struct iwl_cfg iwl8260_2ac_sdio_cfg; +extern const struct iwl_cfg iwl8265_2ac_sdio_cfg; extern const struct iwl_cfg iwl4165_2ac_sdio_cfg; extern const struct iwl_cfg iwl9560_2ac_cfg; extern const struct iwl_cfg iwl5165_2ac_cfg; |