summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/common/dbglog.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/ath6kl/include/common/dbglog.h')
-rw-r--r--drivers/staging/ath6kl/include/common/dbglog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/include/common/dbglog.h b/drivers/staging/ath6kl/include/common/dbglog.h
index 382d9a2dd4e..060a6b16c19 100644
--- a/drivers/staging/ath6kl/include/common/dbglog.h
+++ b/drivers/staging/ath6kl/include/common/dbglog.h
@@ -89,7 +89,7 @@ extern "C" {
PREPACK struct dbglog_buf_s {
struct dbglog_buf_s *next;
- A_UINT8 *buffer;
+ u8 *buffer;
A_UINT32 bufsize;
A_UINT32 length;
A_UINT32 count;