History log of /wlan-dirver/qca-wifi-host-cmn/qdf/linux/src/qdf_file.c (Results 1 – 5 of 5)
Revision Date Author Comments
# aed594f4 19-Apr-2023 Amith A <quic_amitajit@quicinc.com>

qcacmn: Add API qdf_file_read_bytes to read a file from host

Add an API qdf_file_read_bytes to read a file from within the driver
and return the contents of it along with its size.

Change-Id: If777

qcacmn: Add API qdf_file_read_bytes to read a file from host

Add an API qdf_file_read_bytes to read a file from within the driver
and return the contents of it along with its size.

Change-Id: If777e1b9c610e8cc7dd35be42fa9ced2bb1c6560
CRs-Fixed: 3456115

show more ...


# c2c89243 22-Mar-2021 Adwait Nayak <adwait@codeaurora.org>

qcacmn: Parse and update qdf module params

Read the file wifi_module_param.ini, in which wifi module params
are present and compare these module params with qdf module params
in qdf module init func

qcacmn: Parse and update qdf module params

Read the file wifi_module_param.ini, in which wifi module params
are present and compare these module params with qdf module params
in qdf module init function.

If any of the module params belongs to qdf module is present,
then that particular module param is updted during qdf module init.

Change-Id: I76ef876f6c7be3cdffd93b6050a190438d60bf39

show more ...


# c0a7a9df 30-Mar-2021 Rajeev Kumar <rajekuma@codeaurora.org>

qcacmn: Replace request_firmware by firmware_request_nowarn

Replace request_firmware by firmware_request_nowarn to avoid warning
message when the file is not found and sysfs fallback mechanism is
en

qcacmn: Replace request_firmware by firmware_request_nowarn

Replace request_firmware by firmware_request_nowarn to avoid warning
message when the file is not found and sysfs fallback mechanism is
enabled if direct filesystem lookup fails.

Change-Id: Ib55d257aa01c52523b1f1137165c842e139ce614
CRs-Fixed: 2912039

show more ...


# 2750c278 07-Jan-2019 Madhvapathi Sriram <msriram@codeaurora.org>

qcacmn: Remove error log for qdf_mem_malloc in qdf files

qdf layer already has the error trace

Change-Id: I451e8a008585d80c9d3ccb619461362a74d0a52b
CRs-Fixed: 2374111


# 677a2612 02-Feb-2018 Dustin Brown <dustinb@codeaurora.org>

qcacmn: Add qdf_file and qdf_parse files to QDF

Add an QDF abstraction for reading a file. Also, add the first consumer,
qdf_ini_parse(), as well. This is pure parsing logic, which offloads the
actu

qcacmn: Add qdf_file and qdf_parse files to QDF

Add an QDF abstraction for reading a file. Also, add the first consumer,
qdf_ini_parse(), as well. This is pure parsing logic, which offloads the
actual content handling to the caller via callback functions.

Change-Id: Idfca74c5543a5b0da7ddd1bdc6e2ad2be59ed36b
CRs-Fixed: 2184463

show more ...