Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267774
b: refs/heads/master
c: b7a1404
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c35d422 commit 9fcdfed
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: 031189ec7693c57bdd016089a6cd007ea1e7a5b6
refs/heads/master: b7a14040dad80adbaf3a8b479952cac8334b9d9d
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,11 @@ typedef struct _init_gain

} init_gain, *pinit_gain;

typedef struct _tx_ring{
struct tx_ring {
u32 * desc;
u8 nStuckCount;
struct _tx_ring * next;
}__attribute__ ((packed)) tx_ring, * ptx_ring;
struct tx_ring * next;
} __packed;

struct rtl8192_tx_ring {
struct tx_desc *desc;
Expand Down

0 comments on commit 9fcdfed

Please sign in to comment.