Commit ebbef649 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef rtl_reg_debug to struct rtl_reg_debug

Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 51ce231f
...@@ -352,7 +352,7 @@ typedef struct buffer ...@@ -352,7 +352,7 @@ typedef struct buffer
} buffer; } buffer;
typedef struct rtl_reg_debug{ struct rtl_reg_debug {
unsigned int cmd; unsigned int cmd;
struct { struct {
unsigned char type; unsigned char type;
...@@ -361,7 +361,7 @@ typedef struct rtl_reg_debug{ ...@@ -361,7 +361,7 @@ typedef struct rtl_reg_debug{
unsigned char length; unsigned char length;
} head; } head;
unsigned char buf[0xff]; unsigned char buf[0xff];
}rtl_reg_debug; };//;
struct rt_tx_rahis { struct rt_tx_rahis {
u32 cck[4]; u32 cck[4];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment