summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/htc2/htc_internal.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-14 10:58:56 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 11:58:49 -0700
commit4f0cce96a1c40e3874ac7d3794ad0d36c79fb995 (patch)
treebb6c20aca4681a43039841eb3eb7773c59d73bce /drivers/staging/ath6kl/htc2/htc_internal.h
parentaf26f25c84a8340eae1362727ee0584870b2948d (diff)
downloadop-kernel-dev-4f0cce96a1c40e3874ac7d3794ad0d36c79fb995.zip
op-kernel-dev-4f0cce96a1c40e3874ac7d3794ad0d36c79fb995.tar.gz
ath6kl: remove-typedef HTC_INIT_INFO
remove-typedef -s HTC_INIT_INFO \ "struct htc_init_info" 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/htc2/htc_internal.h')
-rw-r--r--drivers/staging/ath6kl/htc2/htc_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/htc2/htc_internal.h b/drivers/staging/ath6kl/htc2/htc_internal.h
index deff62a..c5727ca 100644
--- a/drivers/staging/ath6kl/htc2/htc_internal.h
+++ b/drivers/staging/ath6kl/htc2/htc_internal.h
@@ -132,7 +132,7 @@ typedef struct _HTC_TARGET {
u8 LastTrailer[256];
u8 LastTrailerLength;
#endif
- HTC_INIT_INFO HTCInitInfo;
+ struct htc_init_info HTCInitInfo;
u8 HTCTargetVersion;
int MaxMsgPerBundle; /* max messages per bundle for HTC */
bool SendBundlingEnabled; /* run time enable for send bundling (dynamic) */
OpenPOWER on IntegriCloud