qcacld-3.0: TWT cfg params initialization

Initialize TWT psoc cfg params with the cfg.ini values.

Change-Id: I326239d4f3f146113871fb3700fa82260988d697
CRs-Fixed: 3085507
This commit is contained in:
Srinivas Girigowda
2021-11-15 18:59:28 -08:00
committed by Madan Koyyalamudi
parent 840a791d8c
commit 0737e8caec
13 changed files with 466 additions and 14 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2011-2018, 2020-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -22,7 +23,7 @@
#ifndef __CFG_MLME_TWT_H
#define __CFG_MLME_TWT_H
#if defined(WLAN_SUPPORT_TWT) && !defined(WLAN_TWT_CONV_SUPPORTED)
/*
* <ini>
* twt_requestor - twt requestor.
@@ -194,4 +195,5 @@
CFG(CFG_TWT_CONGESTION_TIMEOUT) \
CFG(CFG_BCAST_TWT_REQ_RESP) \
CFG(CFG_ENABLE_TWT_24GHZ)
#endif
#endif /* __CFG_MLME_TWT_H */