Commit 89c625be authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Greg Kroah-Hartman

staging: ath6kl: remove-typedef AR6K_GMBOX_CTRL_REGISTERS

remove-typedef -s AR6K_GMBOX_CTRL_REGISTERS \
	"struct ar6k_gmbox_ctrl_registers" drivers/staging/ath6k

Cc: Naveen Singh <naveen.singh@atheros.com>
Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 495abc79
...@@ -65,9 +65,9 @@ typedef PREPACK struct _AR6K_IRQ_ENABLE_REGISTERS { ...@@ -65,9 +65,9 @@ typedef PREPACK struct _AR6K_IRQ_ENABLE_REGISTERS {
u8 counter_int_status_enable; u8 counter_int_status_enable;
} POSTPACK AR6K_IRQ_ENABLE_REGISTERS; } POSTPACK AR6K_IRQ_ENABLE_REGISTERS;
typedef PREPACK struct _AR6K_GMBOX_CTRL_REGISTERS { PREPACK struct ar6k_gmbox_ctrl_registers {
u8 int_status_enable; u8 int_status_enable;
} POSTPACK AR6K_GMBOX_CTRL_REGISTERS; } POSTPACK;
#include "athendpack.h" #include "athendpack.h"
...@@ -139,7 +139,7 @@ struct ar6k_device { ...@@ -139,7 +139,7 @@ struct ar6k_device {
int MaxSendBundleSize; int MaxSendBundleSize;
AR6K_GMBOX_INFO GMboxInfo; AR6K_GMBOX_INFO GMboxInfo;
bool GMboxEnabled; bool GMboxEnabled;
AR6K_GMBOX_CTRL_REGISTERS GMboxControlRegisters; struct ar6k_gmbox_ctrl_registers GMboxControlRegisters;
int RecheckIRQStatusCnt; int RecheckIRQStatusCnt;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment