Update ath11k-bdencoder

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
Kalle Valo 2023-01-10 15:08:10 +02:00
parent c3dde80180
commit df3a159d34

View file

@ -31,7 +31,7 @@ import logging
import sys import sys
import shutil import shutil
MAX_BUF_LEN = 2000000 MAX_BUF_LEN = 20000000
# the signature length also includes null byte and padding # the signature length also includes null byte and padding
ATH11K_BOARD_SIGNATURE = b"QCA-ATH11K-BOARD" ATH11K_BOARD_SIGNATURE = b"QCA-ATH11K-BOARD"