iwlwifi: fix 4165 series name
Fix the 4165 series name that was called 4265 by mistake. Signed-off-by: Oren Givon <oren.givon@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
This commit is contained in:
parent
06d51e0d99
commit
773cb025f8
drivers/net/wireless/iwlwifi
@ -159,8 +159,8 @@ 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 = {
|
const struct iwl_cfg iwl4165_2ac_sdio_cfg = {
|
||||||
.name = "Intel(R) Dual Band Wireless-AC 4265",
|
.name = "Intel(R) Dual Band Wireless-AC 4165",
|
||||||
.fw_name_pre = IWL8000_FW_PRE,
|
.fw_name_pre = IWL8000_FW_PRE,
|
||||||
IWL_DEVICE_8000,
|
IWL_DEVICE_8000,
|
||||||
.ht_params = &iwl8000_ht_params,
|
.ht_params = &iwl8000_ht_params,
|
||||||
|
@ -371,6 +371,7 @@ 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;
|
extern const struct iwl_cfg iwl4265_2ac_sdio_cfg;
|
||||||
|
extern const struct iwl_cfg iwl4165_2ac_sdio_cfg;
|
||||||
#endif /* CONFIG_IWLMVM */
|
#endif /* CONFIG_IWLMVM */
|
||||||
|
|
||||||
#endif /* __IWL_CONFIG_H__ */
|
#endif /* __IWL_CONFIG_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user