|
@@ -1261,7 +1261,8 @@ static void mlme_init_emlsr_mode(struct wlan_objmgr_psoc *psoc,
|
|
|
static void mlme_init_tl2m_negotiation_support(struct wlan_objmgr_psoc *psoc,
|
|
|
struct wlan_mlme_generic *gen)
|
|
|
{
|
|
|
- gen->t2lm_negotiation_support = cfg_default(CFG_T2LM_NEGOTIATION_SUPPORT);
|
|
|
+ gen->t2lm_negotiation_support = cfg_get(psoc,
|
|
|
+ CFG_T2LM_NEGOTIATION_SUPPORT);
|
|
|
}
|
|
|
#else
|
|
|
static void mlme_init_emlsr_mode(struct wlan_objmgr_psoc *psoc,
|