ath10k-ct: update to version 2019-09-09
[openwrt/openwrt.git] / package / kernel / ath10k-ct / patches / 162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch
index ab360b7261458c8de9a634b703ce5d9ef68de7c3..a24029983c55e30d78c02d4d7b55aceb7ed15f34 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;
        }
-@@ -6619,22 +6619,22 @@ static void ath10k_bss_info_changed(stru
+@@ -6636,22 +6636,22 @@ static void ath10k_bss_info_changed(stru
                        return;
                }