QCA swiss army knife
Find a file
Jeff Johnson 26b0e7fa4d ath10k-check: Remove import of distutils
ath10k-check fails to run on a fresh installation of Python 3.12
because module 'distutils' is not found. This is because, as if 3.12,
distutils is no longer part of the standard library.

Refer to:
https://docs.python.org/3/library/distutils.html

Fortunately, distutils is actually no longer used by ath10k-check,
so just remove the import.

Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
2026-01-09 09:45:15 -08:00
tools ath10k-check: Remove import of distutils 2026-01-09 09:45:15 -08:00
tracing/plugins Update ath10k_pktlog.py 2023-01-10 15:08:10 +02:00
.gitignore qca-swiss-army-knife: fix .gitignore for initvals 2012-06-27 17:54:05 -07:00
LICENSE qca-swiss-army-knife: add tools directory for initvals 2012-05-25 12:37:52 -07:00
README qca-swiss-army-knife: update docs to refer to wiki 2012-05-25 12:52:44 -07:00

qca-swiss-army-knife
====================

This is the qca-swiss-army-knife, which hosts a set of utilities that we use
to debug / help with our driver development.

Documentation:

https://github.com/mcgrof/qca-swiss-army-knife/wiki