qcacld-3.0: Replace WLAN_ALL_SESSIONS_DIALOG_ID with TWT_ALL_SESSIONS_DIALOG_ID

There are duplicate macros for the same purpose, hence
replace WLAN_ALL_SESSIONS_DIALOG_ID with TWT_ALL_SESSIONS_DIALOG_ID.

Change-Id: I63130869eed8dffcce85fe6a04586592ab3eaca2
CRs-Fixed: 3047686
This commit is contained in:
Srinivas Girigowda
2021-09-28 20:05:38 -07:00
committed by Madan Koyyalamudi
parent fb87ff490c
commit a58817a89b
9 changed files with 46 additions and 48 deletions

View File

@@ -72,7 +72,7 @@ ucfg_twt_get_peer_session_param_by_dlg_id(struct peer_mc_cp_stats *mc_stats,
src_param = &mc_stats->twt_param[i];
if (!event_type ||
(src_param->dialog_id != input_dialog_id &&
input_dialog_id != WLAN_ALL_SESSIONS_DIALOG_ID))
input_dialog_id != TWT_ALL_SESSIONS_DIALOG_ID))
continue;
if ((event_type == HOST_TWT_SESSION_SETUP) ||