|
@@ -254,6 +254,7 @@ struct iwl_cfg iwl6000h_2agn_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000h_2abg_cfg = {
|
|
@@ -276,6 +277,7 @@ struct iwl_cfg iwl6000h_2abg_cfg = {
|
|
|
.ht_greenfield_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000h_2bg_cfg = {
|
|
@@ -298,6 +300,7 @@ struct iwl_cfg iwl6000h_2bg_cfg = {
|
|
|
.ht_greenfield_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
/*
|
|
@@ -324,6 +327,7 @@ struct iwl_cfg iwl6000i_2agn_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000i_2abg_cfg = {
|
|
@@ -346,6 +350,7 @@ struct iwl_cfg iwl6000i_2abg_cfg = {
|
|
|
.ht_greenfield_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000i_2bg_cfg = {
|
|
@@ -368,6 +373,7 @@ struct iwl_cfg iwl6000i_2bg_cfg = {
|
|
|
.ht_greenfield_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2agn_cfg = {
|
|
@@ -391,6 +397,7 @@ struct iwl_cfg iwl6050_2agn_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_2abg_cfg = {
|
|
@@ -413,6 +420,7 @@ struct iwl_cfg iwl6050_2abg_cfg = {
|
|
|
.ht_greenfield_support = true,
|
|
|
.led_compensation = 51,
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6000_3agn_cfg = {
|
|
@@ -436,6 +444,7 @@ struct iwl_cfg iwl6000_3agn_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
struct iwl_cfg iwl6050_3agn_cfg = {
|
|
@@ -459,6 +468,7 @@ struct iwl_cfg iwl6050_3agn_cfg = {
|
|
|
.led_compensation = 51,
|
|
|
.use_rts_for_ht = true, /* use rts/cts protection */
|
|
|
.chain_noise_num_beacons = IWL_CAL_NUM_BEACONS,
|
|
|
+ .supports_idle = true,
|
|
|
};
|
|
|
|
|
|
MODULE_FIRMWARE(IWL6000_MODULE_FIRMWARE(IWL6000_UCODE_API_MAX));
|