projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ce231
)
staging: rtl8192e: Convert typedef rtl_reg_debug to struct rtl_reg_debug
author
Larry Finger
<Larry.Finger@lwfinger.net>
Tue, 19 Jul 2011 04:14:59 +0000
(23:14 -0500)
committer
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 06:38:15 +0000
(
01:38
-0500)
Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtl_core.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192e/rtl_core.h
b/drivers/staging/rtl8192e/rtl_core.h
index 720d1afffbb6887f089d898c772e2c7c368e5599..d6e2975e65f92c789366c9b8ea23f13540716c02 100644
(file)
--- a/
drivers/staging/rtl8192e/rtl_core.h
+++ b/
drivers/staging/rtl8192e/rtl_core.h
@@
-352,7
+352,7
@@
typedef struct buffer
} buffer;
-
typedef struct rtl_reg_debug
{
+
struct rtl_reg_debug
{
unsigned int cmd;
struct {
unsigned char type;
@@
-361,7
+361,7
@@
typedef struct rtl_reg_debug{
unsigned char length;
} head;
unsigned char buf[0xff];
-}
rtl_reg_debug
;
+}
;//
;
struct rt_tx_rahis {
u32 cck[4];