|
@@ -154,7 +154,7 @@ static const struct iwl_tt_params iwl9000_tt_params = {
|
|
|
const struct iwl_cfg iwl9160_2ac_cfg = {
|
|
|
.name = "Intel(R) Dual Band Wireless AC 9160",
|
|
|
.fw_name_pre = IWL9260A_FW_PRE,
|
|
|
- .fw_name_pre_next_step = IWL9260B_FW_PRE,
|
|
|
+ .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE,
|
|
|
IWL_DEVICE_9000,
|
|
|
.ht_params = &iwl9000_ht_params,
|
|
|
.nvm_ver = IWL9000_NVM_VERSION,
|
|
@@ -165,7 +165,7 @@ const struct iwl_cfg iwl9160_2ac_cfg = {
|
|
|
const struct iwl_cfg iwl9260_2ac_cfg = {
|
|
|
.name = "Intel(R) Dual Band Wireless AC 9260",
|
|
|
.fw_name_pre = IWL9260A_FW_PRE,
|
|
|
- .fw_name_pre_next_step = IWL9260B_FW_PRE,
|
|
|
+ .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE,
|
|
|
IWL_DEVICE_9000,
|
|
|
.ht_params = &iwl9000_ht_params,
|
|
|
.nvm_ver = IWL9000_NVM_VERSION,
|
|
@@ -176,7 +176,7 @@ const struct iwl_cfg iwl9260_2ac_cfg = {
|
|
|
const struct iwl_cfg iwl9270_2ac_cfg = {
|
|
|
.name = "Intel(R) Dual Band Wireless AC 9270",
|
|
|
.fw_name_pre = IWL9260A_FW_PRE,
|
|
|
- .fw_name_pre_next_step = IWL9260B_FW_PRE,
|
|
|
+ .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE,
|
|
|
IWL_DEVICE_9000,
|
|
|
.ht_params = &iwl9000_ht_params,
|
|
|
.nvm_ver = IWL9000_NVM_VERSION,
|
|
@@ -186,8 +186,8 @@ const struct iwl_cfg iwl9270_2ac_cfg = {
|
|
|
|
|
|
const struct iwl_cfg iwl9460_2ac_cfg = {
|
|
|
.name = "Intel(R) Dual Band Wireless AC 9460",
|
|
|
- .fw_name_pre = IWL9000_FW_PRE,
|
|
|
- .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE,
|
|
|
+ .fw_name_pre = IWL9260A_FW_PRE,
|
|
|
+ .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE,
|
|
|
IWL_DEVICE_9000,
|
|
|
.ht_params = &iwl9000_ht_params,
|
|
|
.nvm_ver = IWL9000_NVM_VERSION,
|
|
@@ -198,8 +198,8 @@ const struct iwl_cfg iwl9460_2ac_cfg = {
|
|
|
|
|
|
const struct iwl_cfg iwl9560_2ac_cfg = {
|
|
|
.name = "Intel(R) Dual Band Wireless AC 9560",
|
|
|
- .fw_name_pre = IWL9000_FW_PRE,
|
|
|
- .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE,
|
|
|
+ .fw_name_pre = IWL9260A_FW_PRE,
|
|
|
+ .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE,
|
|
|
IWL_DEVICE_9000,
|
|
|
.ht_params = &iwl9000_ht_params,
|
|
|
.nvm_ver = IWL9000_NVM_VERSION,
|