History log of /wlan-dirver/qcacld-3.0/components/pmo/core/src/wlan_pmo_lphb.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 361e1786 18-Mar-2019 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: pmo: Replace explicit comparison to NULL

Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore wit

qcacld-3.0: pmo: Replace explicit comparison to NULL

Per the Linux Kernel coding style, as enforced by the kernel
checkpatch script, pointers should not be explicitly compared to
NULL. Therefore within pmo replace any such comparisons with logical
operations performed on the pointer itself.

Change-Id: I3697ede27e074252017e31be23caa93fc25885c5
CRs-Fixed: 2418398

show more ...


# 0f87448e 13-Jun-2018 Dustin Brown <dustinb@codeaurora.org>

qcacld-3.0: Reduce excessive logging in PMO

There are several logs in PMO that log debugging related information
at the INFO level. Reduce the logging level of these debug logs to
avoid spamming the

qcacld-3.0: Reduce excessive logging in PMO

There are several logs in PMO that log debugging related information
at the INFO level. Reduce the logging level of these debug logs to
avoid spamming the console.

Change-Id: Ib1bb9279d5d8104104b58bd2c83869f72c0bde4a
CRs-Fixed: 2260190

show more ...


# b91e6eb9 07-Jan-2018 Naveen Rawat <naveenrawat@codeaurora.org>

qcacld-3.0: Fix out buffer overflow and un-intialized variable access

In function pmo_core_send_lphb_enable check index before accessing array.
In function pmo_core_is_wow_applicable initialize vaia

qcacld-3.0: Fix out buffer overflow and un-intialized variable access

In function pmo_core_send_lphb_enable check index before accessing array.
In function pmo_core_is_wow_applicable initialize vaiable before access.

Change-Id: Iadba3175d10da3e4e311d8ab9e8a850053d3da24
CRs-Fixed: 2162257

show more ...


# b4c29962 08-Oct-2017 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: pmo: Fix block comments

Checkpatch reported multiple instances of block comments not aligning
on "*" so fix them.

Change-Id: I082f62f59fe16d84ba013adbbfcd2e9bf1985e3c
CRs-Fixed: 2122901


# f46083e0 18-Jul-2017 Rajeev Kumar <rajekuma@codeaurora.org>

qcacld-3.0: Move CLD components outside core folder

Core is legacy module folder in CLD. Hence move MCL specific
components folder outside core.

Change-Id: Iba3f9fdb06ad10dc4a5b19f3ff1ffa23f7372605

qcacld-3.0: Move CLD components outside core folder

Core is legacy module folder in CLD. Hence move MCL specific
components folder outside core.

Change-Id: Iba3f9fdb06ad10dc4a5b19f3ff1ffa23f7372605
CRs-Fixed: 2077963

show more ...