History log of /wlan-dirver/qca-wifi-host-cmn/target_if/dfs/inc/target_if_dfs.h (Results 1 – 5 of 5)
Revision Date Author Comments
# ad2ba39a 25-Feb-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacmn: Fix target_if documentation

The kernel-doc script identified multiple documentation issues in the
target_if folder. Some sub-folders which had a multitude of issues
were patched individually

qcacmn: Fix target_if documentation

The kernel-doc script identified multiple documentation issues in the
target_if folder. Some sub-folders which had a multitude of issues
were patched individually. Now fix the remaining issues.

Change-Id: Ia46f54eaec90762e61e590344760f3c3364088de
CRs-Fixed: 3417471

show more ...


# 466c04de 05-Mar-2020 Neha Bisht <nbisht21@codeaurora.org>

qcacmn: remove dependency of public files from wlan_objmgr_psoc_obj.h

Remove dependency of wlan_lmac_if_def headerfile from
wlan_objmgr_psoc_obj.h

Change-Id: Ida8472e6f05a90b3930b5a13a2bf89ea8b3e93

qcacmn: remove dependency of public files from wlan_objmgr_psoc_obj.h

Remove dependency of wlan_lmac_if_def headerfile from
wlan_objmgr_psoc_obj.h

Change-Id: Ida8472e6f05a90b3930b5a13a2bf89ea8b3e938f

show more ...


# 94f016c5 01-Dec-2018 Jeff Johnson <jjohnson@codeaurora.org>

qcacmn: Fix BLOCK_COMMENT_STYLE issues in target_if/dfs

A few instances of violating "Block comments should align the * on
each line" have been identified in target_if/dfs, so fix them.

Change-Id:

qcacmn: Fix BLOCK_COMMENT_STYLE issues in target_if/dfs

A few instances of violating "Block comments should align the * on
each line" have been identified in target_if/dfs, so fix them.

Change-Id: Ic198912225b8bec587e30d00d7a2a5f76e03d366
CRs-Fixed: 2359528

show more ...


# ed8c9d3b 17-Mar-2018 Abhijit Pradhan <abhijit@codeaurora.org>

qcacmn: Have separate macros for DA/PO/FO to reduce the code size

Since, an AP may have any combinations of DA,PO, and FO chips on it,
having support for all chips always is redundant. Therefore, en

qcacmn: Have separate macros for DA/PO/FO to reduce the code size

Since, an AP may have any combinations of DA,PO, and FO chips on it,
having support for all chips always is redundant. Therefore, enable the
chip specific code as and when required.
DA:- Direct attach
PO:- Partial offload
FO:- Full offload
WLAN_DFS_DIRECT_ATTACH :- enable/disable DA specific DFS code.
WLAN_DFS_PARTIAL_OFFLOAD :- enable/disable PO specific DFS code.
WLAN_DFS_FULL_OFFLOAD :- enable/disable FO specific DFS code.

Change-Id: I498ac1f8cd1d6423032d7b3b8c233656c5f0bf22
CRs-Fixed: 2199819

show more ...


# 948ddd56 06-Mar-2017 Arif Hussain <arifhussain@codeaurora.org>

qcacmn: DFS component target interface support

Add support to handle WMI commands and events related
to DFS component.

Change-Id: Ie21cd8cfbe35dfea31ca608d47a5dfe937d753f4
CRs-Fixed: 2017481