Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236382
b: refs/heads/master
c: 69c44f4
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 11, 2011
1 parent ef1d9f9 commit 6b96a61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89c625bef65fd245692bc884ae8268f6d5b60da9
refs/heads/master: 69c44f42f6467441cc413ccbabbb9deeb82d16c4
6 changes: 3 additions & 3 deletions trunk/drivers/staging/ath6kl/htc2/AR6000/ar6k.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ struct ar6k_async_reg_io_buffer {
u8 _Pad2[A_CACHE_LINE_PAD];
};

typedef struct _AR6K_GMBOX_INFO {
struct ar6k_gmbox_info {
void *pProtocolContext;
int (*pMessagePendingCallBack)(void *pContext, u8 LookAheadBytes[], int ValidBytes);
int (*pCreditsPendingCallback)(void *pContext, int NumCredits, bool CreditIRQEnabled);
void (*pTargetFailureCallback)(void *pContext, int Status);
void (*pStateDumpCallback)(void *pContext);
bool CreditCountIRQEnabled;
} AR6K_GMBOX_INFO;
};

struct ar6k_device {
A_MUTEX_T Lock;
Expand Down Expand Up @@ -137,7 +137,7 @@ struct ar6k_device {
bool ScatterIsVirtual;
int MaxRecvBundleSize;
int MaxSendBundleSize;
AR6K_GMBOX_INFO GMboxInfo;
struct ar6k_gmbox_info GMboxInfo;
bool GMboxEnabled;
struct ar6k_gmbox_ctrl_registers GMboxControlRegisters;
int RecheckIRQStatusCnt;
Expand Down

0 comments on commit 6b96a61

Please sign in to comment.