d5bd6fd2ded38f6114d18fe4bb6a0a48741df5fb

Currently in wlan_hdd_softap_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_SAP_DATA for data plane. To fix these issue replace the hddLog() calls with direct calls to either QDF_TRACE(QDF_MODULE_ID_HDD_SAP_DATA, ...) or to the recently introduced unified logging APIs depending upon whether they are invoked from the control or data plane. Change-Id: I9ca8b73fed8cd55ba7d2b587e3d513670eb4c64c CRs-Fixed: 1097418
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%