History log of /wlan-dirver/qcacld-3.0/core/hdd/src/wlan_hdd_debugfs_coex.c (Results 1 – 5 of 5)
Revision Date Author Comments
# de515fcd 07-Feb-2023 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Move VDEV specific fields to per link struct

To support multiple VDEVs in single adapter, the VDEV
specific fields in hdd_adapter needs to be moved to
link specific data structure.

Move

qcacld-3.0: Move VDEV specific fields to per link struct

To support multiple VDEVs in single adapter, the VDEV
specific fields in hdd_adapter needs to be moved to
link specific data structure.

Move the following fields from hdd_adapter structure to
wlan_hdd_link_info structure.
1) vdev_id
2) vdev_lock
3) vdev
4) vdev_destroy_event

Change-Id: I80d0ed167ca31bff7445b9c7788c86ef6f776018
CRs-Fixed: 3291070

show more ...


# fad321d2 29-Sep-2022 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: core: hdd: Fix spelling errors

Fix spelling errors in core/hdd/...

Change-Id: I3152f5f92251596859361ee3754933bee260152f
CRs-Fixed: 3303621


# a03cc7c8 24-Aug-2022 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Fix misspelling "obselete"

Fix misspelling: obselete ==> obsolete

Change-Id: I3a79f9fb1b3876531646aa5d8cc182d1aa55ca5d
CRs-Fixed: 3275702


# 6edf8d9c 10-Apr-2019 Sachin Ahuja <sahuja@codeaurora.org>

qcacld-3.0: Correct the debugfs print for coex idrx read

The debugfs read operation for mws idrx is not printing the
correct subids.

Change the debugfs print to reflect the correct subids during
th

qcacld-3.0: Correct the debugfs print for coex idrx read

The debugfs read operation for mws idrx is not printing the
correct subids.

Change the debugfs print to reflect the correct subids during
the coex idrx debugfs read operation.

CRs-Fixed: 2431347
Change-Id: I1a4bd623c17e41a69428c4611818f2b55153d505

show more ...


# deda5a81 11-Mar-2019 Arun Kumar Khandavalli <akhandav@codeaurora.org>

qcacld-3.0: Add support to improve coex logging

Add support to get the various Coex data from the debugfs.
This commit adds the support to get the various coex data:
* COEX STATE

qcacld-3.0: Add support to improve coex logging

Add support to get the various Coex data from the debugfs.
This commit adds the support to get the various coex data:
* COEX STATE
* COEX DPWB STATE
* COEX TDM STATE
* COEX IDRX STATE
* COEX ANTENNA SHARING STATE
The specific state information can be read via the debugfs.
Example to read the COEX STATE logging:
sm6150:/ # cat /sys/kernel/debug/wlan/mws_coex_state
vdev_id = 0
coex_scheme_bitmap = 0
active_conflict_count = 0
potential_conflict_count = 0
chavd_group0_bitmap = 0
chavd_group1_bitmap = 0
chavd_group2_bitmap = 0
chavd_group3_bitmap = 0

Change-Id: I92272ad7edf44df22730ac0fa992d876840ba632
CRs-Fixed: 2413943

show more ...