qcacmn: Update tx/rx bundle statistics for USB interface

Update tx/rx bundle statistics for USB interface.

Change-Id: Ia7951f9feb88ca28e055d9f32f0dfee65c7f0bf9
CRs-Fixed: 2571550
This commit is contained in:
Nirav Shah
2019-11-11 10:55:15 +05:30
committed by nshrivas
parent c076051dff
commit eb26831637
4 changed files with 37 additions and 2 deletions

View File

@@ -672,6 +672,7 @@ struct hif_msg_callbacks {
uint8_t pipeID);
void (*txResourceAvailHandler)(void *context, uint8_t pipe);
void (*fwEventHandler)(void *context, QDF_STATUS status);
void (*update_bundle_stats)(void *context, uint8_t no_of_pkt_in_bundle);
};
enum hif_target_status {