summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/os
diff options
context:
space:
mode:
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;