iwlwifi: sdio: new SDIO card id for 4165 series
Add a new SDIO card id intended for the new 4165 series. Signed-off-by: Oren Givon <oren.givon@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
47abce8f2d
commit
3c4e2998a4
2 changed files with 16 additions and 0 deletions
|
@ -159,4 +159,19 @@ const struct iwl_cfg iwl8260_2ac_sdio_cfg = {
|
||||||
.max_vht_ampdu_exponent = MAX_VHT_AMPDU_EXPONENT_8260_SDIO,
|
.max_vht_ampdu_exponent = MAX_VHT_AMPDU_EXPONENT_8260_SDIO,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const struct iwl_cfg iwl4265_2ac_sdio_cfg = {
|
||||||
|
.name = "Intel(R) Dual Band Wireless-AC 4265",
|
||||||
|
.fw_name_pre = IWL8000_FW_PRE,
|
||||||
|
IWL_DEVICE_8000,
|
||||||
|
.ht_params = &iwl8000_ht_params,
|
||||||
|
.nvm_ver = IWL8000_NVM_VERSION,
|
||||||
|
.nvm_calib_ver = IWL8000_TX_POWER_VERSION,
|
||||||
|
.default_nvm_file = DEFAULT_NVM_FILE_FAMILY_8000,
|
||||||
|
.max_rx_agg_size = MAX_RX_AGG_SIZE_8260_SDIO,
|
||||||
|
.bt_shared_single_ant = true,
|
||||||
|
.disable_dummy_notification = true,
|
||||||
|
.max_ht_ampdu_exponent = MAX_HT_AMPDU_EXPONENT_8260_SDIO,
|
||||||
|
.max_vht_ampdu_exponent = MAX_VHT_AMPDU_EXPONENT_8260_SDIO,
|
||||||
|
};
|
||||||
|
|
||||||
MODULE_FIRMWARE(IWL8000_MODULE_FIRMWARE(IWL8000_UCODE_API_OK));
|
MODULE_FIRMWARE(IWL8000_MODULE_FIRMWARE(IWL8000_UCODE_API_OK));
|
||||||
|
|
|
@ -370,6 +370,7 @@ extern const struct iwl_cfg iwl7265d_n_cfg;
|
||||||
extern const struct iwl_cfg iwl8260_2n_cfg;
|
extern const struct iwl_cfg iwl8260_2n_cfg;
|
||||||
extern const struct iwl_cfg iwl8260_2ac_cfg;
|
extern const struct iwl_cfg iwl8260_2ac_cfg;
|
||||||
extern const struct iwl_cfg iwl8260_2ac_sdio_cfg;
|
extern const struct iwl_cfg iwl8260_2ac_sdio_cfg;
|
||||||
|
extern const struct iwl_cfg iwl4265_2ac_sdio_cfg;
|
||||||
#endif /* CONFIG_IWLMVM */
|
#endif /* CONFIG_IWLMVM */
|
||||||
|
|
||||||
#endif /* __IWL_CONFIG_H__ */
|
#endif /* __IWL_CONFIG_H__ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue