|
@@ -3763,6 +3763,10 @@ sir_convert_assoc_resp_frame2_struct(struct mac_context *mac,
|
|
|
qdf_mem_copy(&pAssocRsp->eht_cap, &ar->eht_cap,
|
|
|
sizeof(tDot11fIEeht_cap));
|
|
|
|
|
|
+ if (ar->eht_op.present)
|
|
|
+ qdf_mem_copy(&pAssocRsp->eht_op, &ar->eht_op,
|
|
|
+ sizeof(tDot11fIEeht_op));
|
|
|
+
|
|
|
if (ar->he_6ghz_band_cap.present)
|
|
|
qdf_mem_copy(&pAssocRsp->he_6ghz_band_cap,
|
|
|
&ar->he_6ghz_band_cap,
|