|
@@ -259,6 +259,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
.shadow_ram_support = true,
|
|
.shadow_ram_support = true,
|
|
.ht_greenfield_support = true,
|
|
.ht_greenfield_support = true,
|
|
.led_compensation = 51,
|
|
.led_compensation = 51,
|
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
/*
|
|
/*
|
|
@@ -283,6 +284,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
.shadow_ram_support = true,
|
|
.shadow_ram_support = true,
|
|
.ht_greenfield_support = true,
|
|
.ht_greenfield_support = true,
|
|
.led_compensation = 51,
|
|
.led_compensation = 51,
|
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
@@ -304,6 +306,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
.shadow_ram_support = true,
|
|
.shadow_ram_support = true,
|
|
.ht_greenfield_support = true,
|
|
.ht_greenfield_support = true,
|
|
.led_compensation = 51,
|
|
.led_compensation = 51,
|
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
@@ -325,6 +328,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
|
|
.shadow_ram_support = true,
|
|
.shadow_ram_support = true,
|
|
.ht_greenfield_support = true,
|
|
.ht_greenfield_support = true,
|
|
.led_compensation = 51,
|
|
.led_compensation = 51,
|
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
@@ -346,6 +350,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
|
|
.shadow_ram_support = true,
|
|
.shadow_ram_support = true,
|
|
.ht_greenfield_support = true,
|
|
.ht_greenfield_support = true,
|
|
.led_compensation = 51,
|
|
.led_compensation = 51,
|
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
};
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|