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
diff --git a/htc/htc_send.c b/htc/htc_send.c
index 00320dd..721c50b 100644
--- a/htc/htc_send.c
+++ b/htc/htc_send.c
@@ -602,15 +602,7 @@
 				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));