X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=package%2Fkernel%2Fath10k-ct%2Fpatches%2F162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch;fp=package%2Fkernel%2Fath10k-ct%2Fpatches%2F162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch;h=ab360b7261458c8de9a634b703ce5d9ef68de7c3;hp=f46bf4dc83a2edc4c69dfef3f9b50657b365f24f;hb=49b3dcb2ab8a5023a210a50de8157b650ab60c81;hpb=35a70d626239424fb47e4cc50b565da7622eb2a6 diff --git a/package/kernel/ath10k-ct/patches/162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch b/package/kernel/ath10k-ct/patches/162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch index f46bf4dc83..ab360b7261 100644 --- a/package/kernel/ath10k-ct/patches/162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch +++ b/package/kernel/ath10k-ct/patches/162-ath10k-fix-possible-out-of-bound-access-of-ath10k_ra.patch @@ -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; } -@@ -6564,22 +6564,22 @@ static void ath10k_bss_info_changed(stru +@@ -6619,22 +6619,22 @@ static void ath10k_bss_info_changed(stru return; }