qcacld-3.0: Configure CFG_T2LM_NEGOTIATION_SUPPORT as INI

As per customer requirement, to enable or disable t2lm support
configure CFG_T2LM_NEGOTIATION_SUPPORT as INI.

Change-Id: I8eb4c78a04bbaa5ce0c155d04ddb793d31b092ee
CRs-Fixed: 3608649
This commit is contained in:
Aravind Kishore Sukla
2023-09-06 12:15:30 +05:30
committed by Rahul Choudhary
parent 6cb64b5750
commit a05c70ac06
2 changed files with 3 additions and 2 deletions

View File

@@ -1195,7 +1195,7 @@ enum wlan_epcs_frame {
*
* Supported Feature: STA
*/
#define CFG_T2LM_NEGOTIATION_SUPPORT CFG_UINT( \
#define CFG_T2LM_NEGOTIATION_SUPPORT CFG_INI_UINT( \
"t2lm_negotiation_supported", \
T2LM_NEGOTIATION_DISABLED, \
T2LM_NEGOTIATION_DISJOINT_MAPPING, \