staging: ath6kl: remove-typedef AR6K_GMBOX_INFO
remove-typedef -s AR6K_GMBOX_INFO \ "struct ar6k_gmbox_info" drivers/staging/ath6kl/ Cc: Naveen Singh <naveen.singh@atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
89c625bef6
commit
69c44f42f6
@ -96,14 +96,14 @@ struct ar6k_async_reg_io_buffer {
|
|||||||
u8 _Pad2[A_CACHE_LINE_PAD];
|
u8 _Pad2[A_CACHE_LINE_PAD];
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _AR6K_GMBOX_INFO {
|
struct ar6k_gmbox_info {
|
||||||
void *pProtocolContext;
|
void *pProtocolContext;
|
||||||
int (*pMessagePendingCallBack)(void *pContext, u8 LookAheadBytes[], int ValidBytes);
|
int (*pMessagePendingCallBack)(void *pContext, u8 LookAheadBytes[], int ValidBytes);
|
||||||
int (*pCreditsPendingCallback)(void *pContext, int NumCredits, bool CreditIRQEnabled);
|
int (*pCreditsPendingCallback)(void *pContext, int NumCredits, bool CreditIRQEnabled);
|
||||||
void (*pTargetFailureCallback)(void *pContext, int Status);
|
void (*pTargetFailureCallback)(void *pContext, int Status);
|
||||||
void (*pStateDumpCallback)(void *pContext);
|
void (*pStateDumpCallback)(void *pContext);
|
||||||
bool CreditCountIRQEnabled;
|
bool CreditCountIRQEnabled;
|
||||||
} AR6K_GMBOX_INFO;
|
};
|
||||||
|
|
||||||
struct ar6k_device {
|
struct ar6k_device {
|
||||||
A_MUTEX_T Lock;
|
A_MUTEX_T Lock;
|
||||||
@ -137,7 +137,7 @@ struct ar6k_device {
|
|||||||
bool ScatterIsVirtual;
|
bool ScatterIsVirtual;
|
||||||
int MaxRecvBundleSize;
|
int MaxRecvBundleSize;
|
||||||
int MaxSendBundleSize;
|
int MaxSendBundleSize;
|
||||||
AR6K_GMBOX_INFO GMboxInfo;
|
struct ar6k_gmbox_info GMboxInfo;
|
||||||
bool GMboxEnabled;
|
bool GMboxEnabled;
|
||||||
struct ar6k_gmbox_ctrl_registers GMboxControlRegisters;
|
struct ar6k_gmbox_ctrl_registers GMboxControlRegisters;
|
||||||
int RecheckIRQStatusCnt;
|
int RecheckIRQStatusCnt;
|
||||||
|
Loading…
Reference in New Issue
Block a user