diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-18 13:40:03 -0500 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-24 20:26:43 -0500 |
commit | 9a67d761b39614c0495dcab9a204e21a9f4c4d31 (patch) | |
tree | a324c82ba8612ec717c3cb09051338dbeeef5a5e | |
parent | 506aa156fa736e9f9ce476239c9549ebbf6b08ea (diff) |
iwlagn: minor change in bt coex normal LUT
Minor changes in LUT
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn-lib.c b/drivers/net/wireless/iwlwifi/iwl-agn-lib.c index 3342513ca6b2..407f0bb8422a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn-lib.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn-lib.c | |||
@@ -1778,7 +1778,7 @@ static const __le32 iwlagn_def_3w_lookup[12] = { | |||
1778 | cpu_to_le32(0xc0004000), | 1778 | cpu_to_le32(0xc0004000), |
1779 | cpu_to_le32(0x00004000), | 1779 | cpu_to_le32(0x00004000), |
1780 | cpu_to_le32(0xf0005000), | 1780 | cpu_to_le32(0xf0005000), |
1781 | cpu_to_le32(0xf0004000), | 1781 | cpu_to_le32(0xf0005000), |
1782 | }; | 1782 | }; |
1783 | 1783 | ||
1784 | static const __le32 iwlagn_concurrent_lookup[12] = { | 1784 | static const __le32 iwlagn_concurrent_lookup[12] = { |