summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2013-05-29 09:09:30 +0300
committerJohannes Berg <johannes.berg@intel.com>2013-06-04 13:12:55 +0200
commit6767583175c98d1bf93d45f6a4c61e4a25ee1ea3 (patch)
tree68e2d4a42ec35c7610611037fa950651f79f7852 /drivers/net/wireless
parentdebff6184c32149bd08cfecfafbebb96201be37d (diff)
downloadblackbird-obmc-linux-6767583175c98d1bf93d45f6a4c61e4a25ee1ea3.tar.gz
blackbird-obmc-linux-6767583175c98d1bf93d45f6a4c61e4a25ee1ea3.zip
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>
Diffstat (limited to 'drivers/net/wireless')
-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] = {
static const __le32 iwl_loose_lookup[BT_COEX_LUT_SIZE] = {
cpu_to_le32(0xaaaaaaaa),
cpu_to_le32(0xaaaaaaaa),
- cpu_to_le32(0xaeaaaaaa),
+ cpu_to_le32(0xaaaaaaaa),
cpu_to_le32(0xaaaaaaaa),
cpu_to_le32(0xcc00ff28),
cpu_to_le32(0x0000aaaa),
OpenPOWER on IntegriCloud