qcacmn: Add logic to bundle packets for HL
Add logic to queue and bundle packets before giving it to scheduler to ensure predictive HTC bundling for improvement in TX throughput. Change-Id: Iab5066a46235ce7e41fd29c44a2ce0cfb04b1505 CRs-Fixed: 2574530
This commit is contained in:

committed by
nshrivas

orang tua
399ef175ce
melakukan
aa6ca443db
@@ -1114,6 +1114,13 @@ struct cdp_misc_ops {
|
||||
uint32_t time_in_ms,
|
||||
uint32_t high_th,
|
||||
uint32_t low_th);
|
||||
void (*vdev_set_bundle_require_flag)(uint8_t vdev_id,
|
||||
unsigned long tx_bytes,
|
||||
uint32_t time_in_ms,
|
||||
uint32_t high_th,
|
||||
uint32_t low_th);
|
||||
void (*pdev_reset_bundle_require_flag)(struct cdp_soc_t *soc_hdl,
|
||||
uint8_t pdev_id);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user