mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-26 12:47:53 +00: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:
parent
9bf6e4c146
commit
22a2f51027
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user