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:
@@ -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
|
||||
|
Viittaa uudesa ongelmassa
Block a user