a03996470ed9708f1beb5bbdebde343a1b9c7932

Currently in wlan_hdd_tx_rx.c there are several calls to the legacy hddLog() logging API. There are several problems with this. 1) hddLog() is being deprecated. 2) hddLog() internally uses QDF_MODULE_ID_HDD and yet this file should only use QDF_MODULE_ID_HDD for the control plane and should use QDF_MODULE_ID_HDD_DATA for data plane. To fix these issue replace the hddLog() calls with direct calls to either QDF_TRACE(QDF_MODULE_ID_HDD_DATA, ...) or to the recently introduced unified logging APIs depending upon whether they are invoked from the control or data plane. Change-Id: Ib214cbba33504c26e5c9321bebc699b1468964a5 CRs-Fixed: 1097425
This is CNSS WLAN Host Driver for products starting from iHelium
Opis
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%