From: Emmanuel Grumbach Date: Tue, 24 Dec 2013 08:55:24 +0000 (+0200) Subject: iwlwifi: mvm: BT Coex - update channel inihibition for channel 14 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d2ccc902da2312f6327d3487e4ca4e07ef18d4d2;p=linux-beck.git iwlwifi: mvm: BT Coex - update channel inihibition for channel 14 This channel inhibition for channel 14 was wrong. Fix it. Signed-off-by: Emmanuel Grumbach --- diff --git a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c index d126245c48de..dc428c809468 100644 --- a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c +++ b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c @@ -294,9 +294,9 @@ static const __le64 iwl_ci_mask[][3] = { cpu_to_le64(0x0) }, { - cpu_to_le64(0xFE00000000ULL), + cpu_to_le64(0xFFC0000000ULL), cpu_to_le64(0x0ULL), - cpu_to_le64(0x0) + cpu_to_le64(0x0ULL) }, };