Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236381
b: refs/heads/master
c: 89c625b
h: refs/heads/master
i:
  236379: 818be53
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Mar 11, 2011
1 parent c375577 commit ef1d9f9
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: 495abc7995ffff39ba4333ad8e382017dc2192f8
refs/heads/master: 89c625bef65fd245692bc884ae8268f6d5b60da9
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 @@ -65,9 +65,9 @@ typedef PREPACK struct _AR6K_IRQ_ENABLE_REGISTERS {
u8 counter_int_status_enable;
} POSTPACK AR6K_IRQ_ENABLE_REGISTERS;

typedef PREPACK struct _AR6K_GMBOX_CTRL_REGISTERS {
PREPACK struct ar6k_gmbox_ctrl_registers {
u8 int_status_enable;
} POSTPACK AR6K_GMBOX_CTRL_REGISTERS;
} POSTPACK;

#include "athendpack.h"

Expand Down Expand Up @@ -139,7 +139,7 @@ struct ar6k_device {
int MaxSendBundleSize;
AR6K_GMBOX_INFO GMboxInfo;
bool GMboxEnabled;
AR6K_GMBOX_CTRL_REGISTERS GMboxControlRegisters;
struct ar6k_gmbox_ctrl_registers GMboxControlRegisters;
int RecheckIRQStatusCnt;
};

Expand Down

0 comments on commit ef1d9f9

Please sign in to comment.