mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
QCA swiss army knife
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> |
||
|---|---|---|
| tools | ||
| tracing/plugins | ||
| .gitignore | ||
| LICENSE | ||
| README | ||
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