summaryrefslogtreecommitdiff
path: root/drivers/staging/ath6kl/include/common/wmi.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:48 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:49 -0800
commit4c42080f3e4efba6f79fe1840eb0b728f286702d (patch)
treee6fa7cac80f2dbf07879ea177fdbe7a9a3b70257 /drivers/staging/ath6kl/include/common/wmi.h
parent1071a134d0822663f497a1dda4866cffa7df4e36 (diff)
staging: ath6kl: Convert A_CHAR to char
Remove obfuscating A_CHAR uses, just use char. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common/wmi.h')
-rw-r--r--drivers/staging/ath6kl/include/common/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/include/common/wmi.h b/drivers/staging/ath6kl/include/common/wmi.h
index eb8f7ba0df2b..70758bfaa134 100644
--- a/drivers/staging/ath6kl/include/common/wmi.h
+++ b/drivers/staging/ath6kl/include/common/wmi.h
@@ -782,7 +782,7 @@ typedef PREPACK struct {
typedef PREPACK struct {
A_UINT32 opcode;
A_UINT32 length;
- A_CHAR buffer[1]; /* WMI_SET_PARAMS */
+ char buffer[1]; /* WMI_SET_PARAMS */
} POSTPACK WMI_SET_PARAMS_CMD;
typedef PREPACK struct {