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:
Nirav Shah
2019-11-13 18:17:05 +05:30
committed by nshrivas
orang tua 399ef175ce
melakukan aa6ca443db
3 mengubah file dengan 44 tambahan dan 0 penghapusan

Melihat File

@@ -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);
};
/**