Ver código fonte

qcacld-3.0: Remove WLAN_SOFTAP_FW_BEACON_TX_PRNT_LOG

The WLAN_SOFTAP_FW_BEACON_TX_PRNT_LOG feature wraps a single log which
references a non-existent TimIeOffset beaconParams field. Since the
driver will not build if this feature is enabled, remove it.

Change-Id: I607b55b82e8ae1d304ac8203395cffe384c8bb74
CRs-Fixed: 2380121
Jeff Johnson 6 anos atrás
pai
commit
853da1612c
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      core/mac/src/pe/sch/sch_api.c

+ 0 - 3
core/mac/src/pe/sch/sch_api.c

@@ -139,9 +139,6 @@ QDF_STATUS sch_send_beacon_req(struct mac_context *mac, uint8_t *beaconPayload,
 		return QDF_STATUS_E_FAILURE;
 	}
 	beaconParams->p2pIeOffset = mac->sch.p2p_ie_offset;
-#ifdef WLAN_SOFTAP_FW_BEACON_TX_PRNT_LOG
-	pe_err("TimIeOffset:[%d]", beaconParams->TimIeOffset);
-#endif
 
 	if (size >= SIR_MAX_BEACON_SIZE) {
 		pe_err("beacon size (%d) exceed host limit %d",