mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 18:25:48 -04:00
staging: rtl8192e: Convert typedef rtl_reg_debug to struct rtl_reg_debug
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user