diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index aab6cf23c2bd..cbbc0e4f2c76 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1603,6 +1603,7 @@ struct iwl_cfg iwl5300_agn_cfg = { | |||
1603 | .led_compensation = 51, | 1603 | .led_compensation = 51, |
1604 | .use_rts_for_ht = true, /* use rts/cts protection */ | 1604 | .use_rts_for_ht = true, /* use rts/cts protection */ |
1605 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1605 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1606 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1606 | }; | 1607 | }; |
1607 | 1608 | ||
1608 | struct iwl_cfg iwl5100_bgn_cfg = { | 1609 | struct iwl_cfg iwl5100_bgn_cfg = { |
@@ -1627,6 +1628,7 @@ struct iwl_cfg iwl5100_bgn_cfg = { | |||
1627 | .led_compensation = 51, | 1628 | .led_compensation = 51, |
1628 | .use_rts_for_ht = true, /* use rts/cts protection */ | 1629 | .use_rts_for_ht = true, /* use rts/cts protection */ |
1629 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1630 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1631 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1630 | }; | 1632 | }; |
1631 | 1633 | ||
1632 | struct iwl_cfg iwl5100_abg_cfg = { | 1634 | struct iwl_cfg iwl5100_abg_cfg = { |
@@ -1649,6 +1651,7 @@ struct iwl_cfg iwl5100_abg_cfg = { | |||
1649 | .use_bsm = false, | 1651 | .use_bsm = false, |
1650 | .led_compensation = 51, | 1652 | .led_compensation = 51, |
1651 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1653 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1654 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1652 | }; | 1655 | }; |
1653 | 1656 | ||
1654 | struct iwl_cfg iwl5100_agn_cfg = { | 1657 | struct iwl_cfg iwl5100_agn_cfg = { |
@@ -1673,6 +1676,7 @@ struct iwl_cfg iwl5100_agn_cfg = { | |||
1673 | .led_compensation = 51, | 1676 | .led_compensation = 51, |
1674 | .use_rts_for_ht = true, /* use rts/cts protection */ | 1677 | .use_rts_for_ht = true, /* use rts/cts protection */ |
1675 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1678 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1679 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1676 | }; | 1680 | }; |
1677 | 1681 | ||
1678 | struct iwl_cfg iwl5350_agn_cfg = { | 1682 | struct iwl_cfg iwl5350_agn_cfg = { |
@@ -1697,6 +1701,7 @@ struct iwl_cfg iwl5350_agn_cfg = { | |||
1697 | .led_compensation = 51, | 1701 | .led_compensation = 51, |
1698 | .use_rts_for_ht = true, /* use rts/cts protection */ | 1702 | .use_rts_for_ht = true, /* use rts/cts protection */ |
1699 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1703 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1704 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1700 | }; | 1705 | }; |
1701 | 1706 | ||
1702 | struct iwl_cfg iwl5150_agn_cfg = { | 1707 | struct iwl_cfg iwl5150_agn_cfg = { |
@@ -1721,6 +1726,7 @@ struct iwl_cfg iwl5150_agn_cfg = { | |||
1721 | .led_compensation = 51, | 1726 | .led_compensation = 51, |
1722 | .use_rts_for_ht = true, /* use rts/cts protection */ | 1727 | .use_rts_for_ht = true, /* use rts/cts protection */ |
1723 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1728 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1729 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1724 | }; | 1730 | }; |
1725 | 1731 | ||
1726 | struct iwl_cfg iwl5150_abg_cfg = { | 1732 | struct iwl_cfg iwl5150_abg_cfg = { |
@@ -1743,6 +1749,7 @@ struct iwl_cfg iwl5150_abg_cfg = { | |||
1743 | .use_bsm = false, | 1749 | .use_bsm = false, |
1744 | .led_compensation = 51, | 1750 | .led_compensation = 51, |
1745 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, | 1751 | .chain_noise_num_beacons = IWL_CAL_NUM_BEACONS, |
1752 | .plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF, | ||
1746 | }; | 1753 | }; |
1747 | 1754 | ||
1748 | MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE(IWL5000_UCODE_API_MAX)); | 1755 | MODULE_FIRMWARE(IWL5000_MODULE_FIRMWARE(IWL5000_UCODE_API_MAX)); |