iwlwifi: mvm: fix the channel inhibition table for Channel 14
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 22 Jun 2016 07:51:31 +0000 (10:51 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 6 Jul 2016 06:56:32 +0000 (09:56 +0300)
The value for Channel 14 was wrong. Fix it.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/coex.c

index 07fc981..5bdb6c2 100644 (file)
@@ -142,7 +142,7 @@ static const __le64 iwl_ci_mask[][3] = {
                cpu_to_le64(0x0)
        },
        {
-               cpu_to_le64(0xFFC0000000ULL),
+               cpu_to_le64(0xFE00000000ULL),
                cpu_to_le64(0x0ULL),
                cpu_to_le64(0x0ULL)
        },