aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2013-05-29 02:09:30 -0400
committerJohannes Berg <johannes.berg@intel.com>2013-06-04 07:12:55 -0400
commit6767583175c98d1bf93d45f6a4c61e4a25ee1ea3 (patch)
tree68e2d4a42ec35c7610611037fa950651f79f7852
parentdebff6184c32149bd08cfecfafbebb96201be37d (diff)
iwlwifi: mvm: fix the LUT for BT Coex
There was a typo in the Loose LUT for BT Coex. Fix that. Reported-by: Roi Cohen <roi.cohen@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/bt-coex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
index f03655f303aa..9a4d94a1f90d 100644
--- a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
+++ b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
@@ -174,7 +174,7 @@ static const __le32 iwl_tight_lookup[BT_COEX_LUT_SIZE] = {
174static const __le32 iwl_loose_lookup[BT_COEX_LUT_SIZE] = { 174static const __le32 iwl_loose_lookup[BT_COEX_LUT_SIZE] = {
175 cpu_to_le32(0xaaaaaaaa), 175 cpu_to_le32(0xaaaaaaaa),
176 cpu_to_le32(0xaaaaaaaa), 176 cpu_to_le32(0xaaaaaaaa),
177 cpu_to_le32(0xaeaaaaaa), 177 cpu_to_le32(0xaaaaaaaa),
178 cpu_to_le32(0xaaaaaaaa), 178 cpu_to_le32(0xaaaaaaaa),
179 cpu_to_le32(0xcc00ff28), 179 cpu_to_le32(0xcc00ff28),
180 cpu_to_le32(0x0000aaaa), 180 cpu_to_le32(0x0000aaaa),