Browse Source

qcacld-3.0: Fix regression in tdls tx mgmt

Tdls mgmt frames are data packets and sent through driver's data patch.
Remove the invert logic for mgmt frame.

Change-Id: I5f92efeffcb2b6dd12d131eabacff5b5b6425d5c
CRs-Fixed: 2171921
Frank Liu 7 years ago
parent
commit
565e14923a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/mac/src/pe/lim/lim_process_tdls.c

+ 0 - 2
core/mac/src/pe/lim/lim_process_tdls.c

@@ -500,8 +500,6 @@ static QDF_STATUS lim_mgmt_tdls_tx_complete(void *context,
 	pe_debug("tdls_frm_session_id: %x tx_complete: %x",
 		mac_ctx->lim.tdls_frm_session_id, tx_complete);
 
-	tx_complete =
-		(tx_complete == WMI_MGMT_TX_COMP_TYPE_COMPLETE_OK) ? 1 : 0;
 	if (NO_SESSION != mac_ctx->lim.tdls_frm_session_id) {
 		lim_send_sme_mgmt_tx_completion(mac_ctx,
 				mac_ctx->lim.tdls_frm_session_id,