From: Emmanuel Grumbach Date: Wed, 29 May 2013 06:09:30 +0000 (+0300) Subject: iwlwifi: mvm: fix the LUT for BT Coex X-Git-Tag: v3.11-rc1~16^2~103^2^2~5^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6767583175c98d1bf93d45f6a4c61e4a25ee1ea3;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- diff --git a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c index f03655f..9a4d94a 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),