|
@@ -171,6 +171,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
|
.pa_type = IWL_PA_HYBRID,
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
+ .ht_greenfield_support = true,
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -193,6 +194,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
|
.pa_type = IWL_PA_INTERNAL,
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
+ .ht_greenfield_support = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
@@ -212,6 +214,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
|
.pa_type = IWL_PA_SYSTEM,
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
+ .ht_greenfield_support = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
@@ -231,6 +234,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
|
|
|
.pa_type = IWL_PA_SYSTEM,
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
+ .ht_greenfield_support = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
@@ -250,6 +254,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
|
|
|
.pa_type = IWL_PA_SYSTEM,
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
+ .ht_greenfield_support = true,
|
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|