From 34ba9a417a589d62851a1522978d1e1bc0f2db86 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Tue, 3 Jun 2025 10:31:00 -0700 Subject: [PATCH] Update ath12k-bdencoder Signed-off-by: Jeff Johnson --- tools/scripts/ath12k/ath12k-bdencoder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/ath12k/ath12k-bdencoder b/tools/scripts/ath12k/ath12k-bdencoder index 9f3091d..8407a24 100755 --- a/tools/scripts/ath12k/ath12k-bdencoder +++ b/tools/scripts/ath12k/ath12k-bdencoder @@ -31,7 +31,7 @@ import logging import sys import shutil -MAX_BUF_LEN = 2000000 +MAX_BUF_LEN = 3000000 # the signature length also includes null byte and padding ATH12K_BOARD_SIGNATURE = b"QCA-ATH12K-BOARD"