]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-small_fixes.patch
- up to 5.3.2
[packages/kernel.git] / kernel-small_fixes.patch
CommitLineData
f1a9c9c5
AZ
1diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
2index 014eca6596e2..32a5e4e5461f 100644
3--- a/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
4+++ b/drivers/net/wireless/intel/iwlwifi/mvm/fw.c
5@@ -889,11 +889,13 @@ static bool iwl_mvm_sar_geo_support(struct iwl_mvm *mvm)
6 * firmware versions. Unfortunately, we don't have a TLV API
7 * flag to rely on, so rely on the major version which is in
8 * the first byte of ucode_ver. This was implemented
9- * initially on version 38 and then backported to 36, 29 and
10- * 17.
11+ * initially on version 38 and then backported to29 and 17.
12+ * The intention was to have it in 36 as well, but not all
13+ * 8000 family got this feature enabled. The 8000 family is
14+ * the only one using version 36, so skip this version
15+ * entirely.
16 */
17 return IWL_UCODE_SERIAL(mvm->fw->ucode_ver) >= 38 ||
18- IWL_UCODE_SERIAL(mvm->fw->ucode_ver) == 36 ||
19 IWL_UCODE_SERIAL(mvm->fw->ucode_ver) == 29 ||
20 IWL_UCODE_SERIAL(mvm->fw->ucode_ver) == 17;
21 }
This page took 0.10867 seconds and 4 git commands to generate.