Parcourir la source

iwlwifi: mvm: fix the channel inhibition table for Channel 14

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>
Emmanuel Grumbach il y a 9 ans
Parent
commit
ad17b1d953
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      drivers/net/wireless/intel/iwlwifi/mvm/coex.c

+ 1 - 1
drivers/net/wireless/intel/iwlwifi/mvm/coex.c

@@ -142,7 +142,7 @@ static const __le64 iwl_ci_mask[][3] = {
 		cpu_to_le64(0x0)
 		cpu_to_le64(0x0)
 	},
 	},
 	{
 	{
-		cpu_to_le64(0xFFC0000000ULL),
+		cpu_to_le64(0xFE00000000ULL),
 		cpu_to_le64(0x0ULL),
 		cpu_to_le64(0x0ULL),
 		cpu_to_le64(0x0ULL)
 		cpu_to_le64(0x0ULL)
 	},
 	},