|
@@ -3247,7 +3247,8 @@ lim_fill_pe_session(struct mac_context *mac_ctx, struct pe_session *session,
|
|
|
status = wlan_reg_get_best_6g_power_type(
|
|
|
mac_ctx->psoc, mac_ctx->pdev,
|
|
|
&power_type_6g,
|
|
|
- session->ap_defined_power_type_6g);
|
|
|
+ session->ap_defined_power_type_6g,
|
|
|
+ bss_desc->chan_freq);
|
|
|
if (QDF_IS_STATUS_ERROR(status)) {
|
|
|
status = QDF_STATUS_E_NOSUPPORT;
|
|
|
goto send;
|