qcacmn: improve mboxping TX t-put for SDIO project

qcacld-2.0 to qcacmn propagation

Return HTC_SEND_FULL_KEEP directly in epping_tx_queue_full function
and give nodrop pkts higher priority over normal pkts

Change-Id: Ib36e1a9f34eb9054b12f0e8ba54a86ace7d6c8f8
CRs-Fixed: 990726
This commit is contained in:
gbian
2016-09-30 17:01:07 +08:00
committed by qcabuildsw
vanhempi 7aa5d2d431
commit b417db2f04
4 muutettua tiedostoa jossa 42 lisäystä ja 5 poistoa

Näytä tiedosto

@@ -201,6 +201,12 @@ typedef struct _HTC_TARGET {
#endif
uint32_t con_mode;
/*
* This flag is from the mboxping tool. It indicates that we cannot
* drop it. Besides, nodrop pkts have higher priority than normal pkts.
*/
A_BOOL is_nodrop_pkt;
} HTC_TARGET;
#if defined ENABLE_BUNDLE_TX