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 68f186311d
Change-Id: I7d350faca8645a5d65af708cb3fb231895a3fe37
CRs-Fixed: 2522724
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user