qcacld-3.0: Remove redundant logging in sir_convert_beacon_frame2_struct

Remove redundant log prints in sir_convert_beacon_frame2_struct()

Change-Id: I21fff68bb683209393d0daf6ed48c9f05c6d4b9c
CRs-Fixed: 2767421
This commit is contained in:
Utkarsh Bhatnagar 2020-09-01 16:39:14 +05:30 committed by snandini
parent 07e3361cc5
commit cfa6d18bcf

View File

@ -4438,13 +4438,11 @@ sir_convert_beacon_frame2_struct(struct mac_context *mac,
sizeof(tDot11fIEqcn_ie));
if (pBeacon->he_cap.present) {
pe_debug("11AX: HE cap IE present");
qdf_mem_copy(&pBeaconStruct->he_cap,
&pBeacon->he_cap,
sizeof(tDot11fIEhe_cap));
}
if (pBeacon->he_op.present) {
pe_debug("11AX: HE operation IE present");
qdf_mem_copy(&pBeaconStruct->he_op,
&pBeacon->he_op,
sizeof(tDot11fIEhe_op));