|
@@ -258,6 +258,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .led_compensation = 51,
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -281,6 +282,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .led_compensation = 51,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
@@ -301,6 +303,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .led_compensation = 51,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
@@ -321,6 +324,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .led_compensation = 51,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
@@ -341,6 +345,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .led_compensation = 51,
|
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|