|
@@ -7767,7 +7767,10 @@ QDF_STATUS lim_send_he_caps_ie(struct mac_context *mac_ctx,
|
|
|
pe_err("Unable send HE Cap IE for 5GHZ band, status: %d",
|
|
|
status_5g);
|
|
|
|
|
|
+ qdf_mem_zero(he_caps, he_cap_total_len);
|
|
|
+ he_caps[0] = DOT11F_EID_HE_CAP;
|
|
|
he_caps[1] = SIR_MAC_HE_CAP_MIN_LEN;
|
|
|
+ qdf_mem_copy(&he_caps[2], HE_CAP_OUI_TYPE, HE_CAP_OUI_SIZE);
|
|
|
lim_set_he_caps(mac_ctx, session, he_caps, he_cap_total_len,
|
|
|
CDS_BAND_2GHZ);
|
|
|
he_cap = (struct he_capability_info *)(&he_caps[2 + HE_CAP_OUI_SIZE]);
|