summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/os
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2011-03-14 10:59:01 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 11:58:51 -0700
commitcb3ea094c9cb3b1a904ccc025fe19150d5a34d6b (patch)
tree035559314b47cb9e89c5fb822cd2e4be6743ea26 /drivers/staging/ath6kl/os
parent3d82b15e9f42ac6d9b350ebfb04c56ae8cc06966 (diff)
ath6kl: remove-typedef HTC_SERVICE_CONNECT_RESP
remove-typedef -s HTC_SERVICE_CONNECT_RESP \ "struct htc_service_connect_resp" 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
-rw-r--r--drivers/staging/ath6kl/os/linux/ar6000_raw_if.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_drv.c b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
index a7c57e3f3b67..41c66b77e5f6 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_drv.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_drv.c
@@ -2343,7 +2343,7 @@ static int ar6000_connectservice(AR_SOFTC_T *ar,
char *pDesc)
{
int status;
- HTC_SERVICE_CONNECT_RESP response;
+ struct htc_service_connect_resp response;
do {
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_raw_if.c b/drivers/staging/ath6kl/os/linux/ar6000_raw_if.c
index 35de2fb9f455..7b6339c41e95 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_raw_if.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_raw_if.c
@@ -115,7 +115,7 @@ static int ar6000_connect_raw_service(AR_SOFTC_T *ar,
HTC_RAW_STREAM_ID StreamID)
{
int status;
- HTC_SERVICE_CONNECT_RESP response;
+ struct htc_service_connect_resp response;
u8 streamNo;
struct htc_service_connect_req connect;