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:

committed by
nshrivas

parent
6e08d66883
commit
b3518aff5c
@@ -602,15 +602,7 @@ static void htc_issue_packets_bundle(HTC_TARGET *target,
|
|||||||
SM(pPacket->ActualLength,
|
SM(pPacket->ActualLength,
|
||||||
HTC_FRAME_HDR_PAYLOADLEN) |
|
HTC_FRAME_HDR_PAYLOADLEN) |
|
||||||
SM(pPacket->PktInfo.AsTx.SendFlags |
|
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,
|
HTC_FLAGS_SEND_BUNDLE,
|
||||||
#endif
|
|
||||||
HTC_FRAME_HDR_FLAGS) |
|
HTC_FRAME_HDR_FLAGS) |
|
||||||
SM(pPacket->Endpoint,
|
SM(pPacket->Endpoint,
|
||||||
HTC_FRAME_HDR_ENDPOINTID));
|
HTC_FRAME_HDR_ENDPOINTID));
|
||||||
|
Reference in New Issue
Block a user