Browse Source

qcacmn: Genoa: SDIO: Revert WAR - Do not use HTC_FLAGS_SEND_BUNDLE

Remove the WAR, which doesnot use HTC_FLAGS_SEND_BUNDLE

This reverts commit 68f186311d23861ff5fcc66c8abae982a146ba4b

Change-Id: I7d350faca8645a5d65af708cb3fb231895a3fe37
CRs-Fixed: 2522724
Visweswara Tanuku 5 years ago
parent
commit
b3518aff5c
1 changed files with 0 additions and 8 deletions
  1. 0 8
      htc/htc_send.c

+ 0 - 8
htc/htc_send.c

@@ -602,15 +602,7 @@ static void htc_issue_packets_bundle(HTC_TARGET *target,
 				SM(pPacket->ActualLength,
 				HTC_FRAME_HDR_PAYLOADLEN) |
 				SM(pPacket->PktInfo.AsTx.SendFlags |
-#ifdef QCA_TX_PADDING_CREDIT_SUPPORT
-				/*
-				 * This is a WAR to avoid FW Crash,
-				 * to be removed once fixed in FW
-				 */
-				0,
-#else
 				HTC_FLAGS_SEND_BUNDLE,
-#endif
 				HTC_FRAME_HDR_FLAGS) |
 				SM(pPacket->Endpoint,
 				HTC_FRAME_HDR_ENDPOINTID));