qcacld-3.0: Add debugs for TDLS concurrencies

Add more debugs for TDLS concurrency scenarios.
Enable WLAN_FEATURE_TDLS_CONCURRENCIES.

Change-Id: Iad2d96d0bbf6a8f5e488ea5da2d666a55d9b5aba
CRs-Fixed: 3461776
Šī revīzija ir iekļauta:
Pragaspathi Thilagaraj
2023-02-20 12:51:47 +05:30
revīziju iesūtīja Madan Koyyalamudi
vecāks 9c4edc3fda
revīzija f8ac9322f3
4 mainīti faili ar 19 papildinājumiem un 6 dzēšanām

Parādīt failu

@@ -193,6 +193,7 @@ void wlan_tdls_notify_channel_switch_complete(struct wlan_objmgr_psoc *psoc,
goto exit;
}
tdls_debug("CSA complete");
/*
* Channel Switch can cause SCC -> MCC switch on
* STA vdev. Disable TDLS if CSA causes STA vdev to be in MCC with
@@ -261,6 +262,7 @@ wlan_tdls_post_set_off_channel_mode(struct wlan_objmgr_psoc *psoc,
void wlan_tdls_notify_channel_switch_start(struct wlan_objmgr_psoc *psoc,
struct wlan_objmgr_vdev *vdev)
{
tdls_debug("Send Channel Switch start to TDLS module");
wlan_tdls_post_set_off_channel_mode(psoc, DISABLE_ACTIVE_CHANSWITCH);
}