ath10k-ct: Update to 2019-06-13
[openwrt/staging/wigyori.git] / package / kernel / ath10k-ct / patches / 162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch
index f46bf4dc83a2edc4c69dfef3f9b50657b365f24f..ab360b7261458c8de9a634b703ce5d9ef68de7c3 100644 (file)
@@ -26,7 +26,7 @@ Origin: backport, https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
                if (ath10k_rates[i].bitrate == bitrate)
                        return hw_value_prefix | ath10k_rates[i].hw_value;
        }
                if (ath10k_rates[i].bitrate == bitrate)
                        return hw_value_prefix | ath10k_rates[i].hw_value;
        }
-@@ -6564,22 +6564,22 @@ static void ath10k_bss_info_changed(stru
+@@ -6619,22 +6619,22 @@ static void ath10k_bss_info_changed(stru
                        return;
                }
  
                        return;
                }