qcacld-3.0: Populate edca_pifs_param ie for 6 GHz channel

For LL SAP, populate edca_pifs_param ie in beacon for 6 GHz
channel.

Change-Id: Ic0e85d2dd5864bc4aa6d6a169eae06213f573f0a
CRs-Fixed: 3359474
This commit is contained in:
Jyoti Kumari
2022-12-13 20:02:34 +05:30
committed by Madan Koyyalamudi
parent 664bbd50be
commit 7ae11c336b
2 changed files with 3 additions and 1 deletions

View File

@@ -385,7 +385,7 @@ struct wlan_mlme_edca_params {
/* To configure EDCA/PIFS param for LL SAP */ /* To configure EDCA/PIFS param for LL SAP */
#define CFG_EDCA_PARAM_ACM 0 #define CFG_EDCA_PARAM_ACM 0
#define CFG_EDCA_PARAM_AIFSN 1 #define CFG_EDCA_PARAM_AIFSN 2
#define CFG_EDCA_PARAM_ACI 3 #define CFG_EDCA_PARAM_ACI 3
#define CFG_EDCA_PARAM_CWMIN 2 #define CFG_EDCA_PARAM_CWMIN 2
#define CFG_EDCA_PARAM_CWMAX 3 #define CFG_EDCA_PARAM_CWMAX 3

View File

@@ -748,6 +748,8 @@ sch_set_fixed_beacon_fields(struct mac_context *mac_ctx, struct pe_session *sess
session->curr_op_freq, session->curr_op_freq,
&bcn_2->num_transmit_power_env, &bcn_2->num_transmit_power_env,
false); false);
populate_dot11f_qcn_ie(mac_ctx, session, &bcn_2->qcn_ie,
QCN_IE_ATTR_ID_ALL);
} }
if (lim_is_session_he_capable(session)) { if (lim_is_session_he_capable(session)) {