| Commit message (Collapse) | Author |
|
Move the cld tools outside of driver to a different project.
Change-Id: I6b906af63c9dbafb283b415a1f3d3886cea2ada6
CRs-Fixed: 831792
|
|
The AID_QCOM_DIAG is not defined in the general release,
modifying the group to include generic AID_DIAG for
non QCOM releases.
Change-Id: Ie74c977cca817d98d1fb29335b982d053eacdd4e
CRs-Fixed: 814623
|
|
Firmware logging enhancement from static way to dynamic.
USer space changes
1) Send Driver load and unload information to QXDM.
2) Firmware logging changed to Dynamic way.Still the old
logging is supported for compatbility point
3) To receive SSR command from QXDM and execute
WLAN SSR
4) Fixed the memory leak
Change-Id: I7d255d867875fe870fa41e1d405c943d930120ad
CRs-Fixed: 713200
|
|
For the NAN feature enablement, adding the support for
FW logging in the parser files.
Change-Id: I6456d71b80b44ba1239f30b46daf8dee24e36f5a
CRs-fixed: 704050
|
|
Adding automake support for QCACLD tools. This is required for
platforms where build system required automake support to build
like OE build system.
Adding Android specific changes under a feature flag.
Fixing few compiler warnings.
Change-Id: Ia0620e99e1018be3ad3390839ed2d0ca3f0b6698
CRs-fixed: 663657
|
|
Android library is no more required on newer versions of Android.
Change-Id: I328af58e3c1ae501e75a00d5fcf75748d7a9adba
CRs-Fixed: 681588
|
|
Change the final binary name to cnss_diag from cnss-diag.
This is to follow the convention wrt binary names.
CRs-fixed: 643971
Change-Id: I9e6711eb7394cf11614be9d316b2e96067fc580f
|
|
This is a new feature support for QXDM logging and RIDL. The
proposed cnss-diag service will handle FW events, debug logs.
Change-Id: I88b69453dc4c890d03ea4d93d97fd0a64f4f5e4b
CRs-fixed: 587068
|
|
Fix compilation issues in athdiag and
firmware_debug_log tools while compiling it
from repo top directory.
Change-Id: I8f0c6542d7e476de994faec606d4c61e199708d6
CRS-Fixed: 557694
|
|
This patch will add utility can be used for netlink
logging.
./cld-fwlog-netlink -c will print the debug log message in
console.
./cld-fwlog-netlink -f /tmp/cldlog will log into the file
In x86 platform kernel buffer will be used, however
in android platforms, logcat buffer will be used.
Change-Id: I350df069ceeed2793d05e71c62fba170d09f3cb1
CRs Fixed: 539076
|