mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
Update ath10k-bdencoder
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
df3e162316
commit
fe60d963b2
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class BoardContainer:
|
|||
fmt = '<%dsb' % (len(ATH10K_BOARD_SIGNATURE))
|
||||
(signature, null) = struct.unpack_from(fmt, buf, offset)
|
||||
|
||||
if signature.decode('utf-8') != ATH10K_BOARD_SIGNATURE or null != 0:
|
||||
if signature != ATH10K_BOARD_SIGNATURE or null != 0:
|
||||
print("invalid signature found in %s" % name)
|
||||
return 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue