|
@@ -175,6 +175,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -198,6 +199,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
@@ -218,6 +220,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
@@ -238,6 +241,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
@@ -258,6 +262,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
|
|
|
.max_ll_items = OTP_MAX_LL_ITEMS_6x00,
|
|
|
.shadow_ram_support = true,
|
|
|
.ht_greenfield_support = true,
|
|
|
+ .use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|