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