diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-01 19:29:51 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-08 11:01:18 -0400 |
commit | 15ade3ca647d95611814333cfe0885fd0184481e (patch) | |
tree | 18616bbeb897b04ba897ff9abd72a591534fcd67 /drivers/net/wireless/iwlwifi/iwl-2000.c | |
parent | 6bb64697ed58909985487e885c269dafd09583f1 (diff) |
iwlagn: remove un-needed configuration
After driver split, set_l0s config is no longer needed, remove it
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index 86d7ffd6e38b..9daf888b733c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -343,7 +343,6 @@ static struct iwl_base_params iwl2000_base_params = { | |||
343 | .num_of_queues = IWLAGN_NUM_QUEUES, | 343 | .num_of_queues = IWLAGN_NUM_QUEUES, |
344 | .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES, | 344 | .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES, |
345 | .pll_cfg_val = 0, | 345 | .pll_cfg_val = 0, |
346 | .set_l0s = true, | ||
347 | .max_ll_items = OTP_MAX_LL_ITEMS_2x00, | 346 | .max_ll_items = OTP_MAX_LL_ITEMS_2x00, |
348 | .shadow_ram_support = true, | 347 | .shadow_ram_support = true, |
349 | .led_compensation = 51, | 348 | .led_compensation = 51, |
@@ -366,7 +365,6 @@ static struct iwl_base_params iwl2030_base_params = { | |||
366 | .num_of_queues = IWLAGN_NUM_QUEUES, | 365 | .num_of_queues = IWLAGN_NUM_QUEUES, |
367 | .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES, | 366 | .num_of_ampdu_queues = IWLAGN_NUM_AMPDU_QUEUES, |
368 | .pll_cfg_val = 0, | 367 | .pll_cfg_val = 0, |
369 | .set_l0s = true, | ||
370 | .max_ll_items = OTP_MAX_LL_ITEMS_2x00, | 368 | .max_ll_items = OTP_MAX_LL_ITEMS_2x00, |
371 | .shadow_ram_support = true, | 369 | .shadow_ram_support = true, |
372 | .led_compensation = 57, | 370 | .led_compensation = 57, |