summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/include/htc_api.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-14 17:58:53 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 18:58:47 (GMT)
commit84efc7ff1c55a5f27cbd9b55cdcf31facb7bf9b2 (patch)
tree110dfe1c645c8a0db502240af5f9f3f87e0736bc /drivers/staging/ath6kl/include/htc_api.h
parent57c9d5b3304ab84fcc26851dd02b453e1cf3b191 (diff)
downloadlinux-fsl-qoriq-84efc7ff1c55a5f27cbd9b55cdcf31facb7bf9b2.tar.xz
ath6kl: remove-typedef HTC_ENDPOINT_STATS
remove-typedef -s HTC_ENDPOINT_STATS \ "struct htc_endpoint_stats" drivers/staging/ath6kl/ Tested-by: Naveen Singh <nsingh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/htc_api.h')
-rw-r--r--drivers/staging/ath6kl/include/htc_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ath6kl/include/htc_api.h b/drivers/staging/ath6kl/include/htc_api.h
index f5baf74..db3cbcf9 100644
--- a/drivers/staging/ath6kl/include/htc_api.h
+++ b/drivers/staging/ath6kl/include/htc_api.h
@@ -231,7 +231,7 @@ typedef enum _HTC_ENDPOINT_STAT_ACTION {
} HTC_ENDPOINT_STAT_ACTION;
/* endpoint statistics */
-typedef struct _HTC_ENDPOINT_STATS {
+struct htc_endpoint_stats {
u32 TxCreditLowIndications; /* number of times the host set the credit-low flag in a send message on
this endpoint */
u32 TxIssued; /* running count of total TX packets issued */
@@ -255,7 +255,7 @@ typedef struct _HTC_ENDPOINT_STATS {
u32 RxBundleIndFromHdr; /* count of the number of bundle indications from the HTC header */
u32 RxAllocThreshHit; /* count of the number of times the recv allocation threshhold was hit */
u32 RxAllocThreshBytes; /* total number of bytes */
-} HTC_ENDPOINT_STATS;
+};
/* ------ Function Prototypes ------ */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -472,7 +472,7 @@ void HTCIndicateActivityChange(HTC_HANDLE HTCHandle,
bool HTCGetEndpointStatistics(HTC_HANDLE HTCHandle,
HTC_ENDPOINT_ID Endpoint,
HTC_ENDPOINT_STAT_ACTION Action,
- HTC_ENDPOINT_STATS *pStats);
+ struct htc_endpoint_stats *pStats);
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@desc: Unblock HTC message reception