qcacmn: add htc_get_tx_queue_depth api
Wish to know the number of unsent packets in a given tx queue Change-Id: I73999de9aaadbb61eea13388e583e341e1d7855a CRs-Fixed: 2018893
This commit is contained in:

gecommit door
Sandeep Puligilla

bovenliggende
ac99ac8eea
commit
adc3147da9
@@ -689,6 +689,14 @@ A_STATUS HTCWaitForPendingRecv(HTC_HANDLE HTCHandle,
|
||||
/* function to fetch stats from htc layer*/
|
||||
struct ol_ath_htc_stats *ieee80211_ioctl_get_htc_stats(HTC_HANDLE
|
||||
HTCHandle);
|
||||
/**
|
||||
* htc_get_tx_queue_depth() - get the tx queue depth of an htc endpoint
|
||||
* @htc_handle: htc handle
|
||||
* @enpoint_id: endpoint to check
|
||||
*
|
||||
* Return: htc_handle tx queue depth
|
||||
*/
|
||||
int htc_get_tx_queue_depth(HTC_HANDLE *htc_handle, HTC_ENDPOINT_ID endpoint_id);
|
||||
|
||||
#ifdef HIF_USB
|
||||
#define HTCReturnReceivePkt(target, p, osbuf) \
|
||||
|
Verwijs in nieuw issue
Block a user