summaryrefslogtreecommitdiff
path: root/tools/fwdebuglog/Android.mk (unfollow)
Commit message (Collapse)Author
2015-06-22qcacld-2.0: Remove cld tools from the driverSrinivas Girigowda
Move the cld tools outside of driver to a different project. Change-Id: I6b906af63c9dbafb283b415a1f3d3886cea2ada6 CRs-Fixed: 831792
2015-03-30wlan: Modify the cnss_diag group_id capability.Subhani Shaik
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
2014-09-02cnss_diag new firmware loggingNagaraj
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
2014-08-07wlan: Add nan-parser support for cnss_diag.Subhani Shaik
For the NAN feature enablement, adding the support for FW logging in the parser files. Change-Id: I6456d71b80b44ba1239f30b46daf8dee24e36f5a CRs-fixed: 704050
2014-07-02qcacld: tools: Add automake support for toolsPrashanth Bhatta
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
2014-06-26qcacld: Remove deprecated librarySameer Thalappil
Android library is no more required on newer versions of Android. Change-Id: I328af58e3c1ae501e75a00d5fcf75748d7a9adba CRs-Fixed: 681588
2014-04-07Modify cnss-diag to cnss_diag to follow convention.Subhani Shaik
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
2014-02-02cnss-diag service to support QXDM and RIDL.Subhani Shaik
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
2013-11-14cld: Fix compilation issues in debug toolsvinothkumar
Fix compilation issues in athdiag and firmware_debug_log tools while compiling it from repo top directory. Change-Id: I8f0c6542d7e476de994faec606d4c61e199708d6 CRS-Fixed: 557694
2013-10-23cld: fwlog: add userspace utility to handle netlink loggingSundar Subramaniyam
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