summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os
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/os
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/os')
-rw-r--r--drivers/staging/ath6kl/os/linux/ar6000_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_drv.c b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
index b739943..ebfe1e8 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
@@ -1599,7 +1599,7 @@ ar6000_avail_ev(void *context, void *hif_handle)
void *ar_netif;
AR_SOFTC_T *ar;
int device_index = 0;
- HTC_INIT_INFO htcInfo;
+ struct htc_init_info htcInfo;
#ifdef ATH6K_CONFIG_CFG80211
struct wireless_dev *wdev;
#endif /* ATH6K_CONFIG_CFG80211 */
OpenPOWER on IntegriCloud