Browse Source

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
Utkarsh Bhatnagar 4 years ago
parent
commit
cfa6d18bcf
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/mac/src/sys/legacy/src/utils/src/parser_api.c

+ 0 - 2
core/mac/src/sys/legacy/src/utils/src/parser_api.c

@@ -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));