Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef TX_FWINFO_T to struct tx_fwinfo
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 9bf6e4c commit 22a2f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/r8190P_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ struct bb_reg_definition {
u32 rfLSSIReadBackPi;
};//, *struct bb_reg_definition *;

typedef struct _TX_FWINFO_STRUCUTRE{
struct tx_fwinfo {
u8 TxRate:7;
u8 CtsEnable:1;
u8 RtsRate:7;
Expand All @@ -205,7 +205,7 @@ typedef struct _TX_FWINFO_STRUCUTRE{
u32 TxAGCSign:1;
u32 Tx_INFO_RSVD:6;
u32 PacketID:13;
}TX_FWINFO_T;
};//;

typedef struct _TX_FWINFO_8190PCI{
u8 TxRate:7;
Expand Down

0 comments on commit 22a2f51

Please sign in to comment.