staging: rtl8192e: Convert typedef RT_HTINFO_STA_ENTRY to struct rt_htinfo_sta_entry
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
7796d93eae
commit
9801b9f5d7
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ struct rt_hi_throughput {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef struct _RT_HTINFO_STA_ENTRY{
|
struct rt_htinfo_sta_entry {
|
||||||
u8 bEnableHT;
|
u8 bEnableHT;
|
||||||
|
|
||||||
u8 bSupportCck;
|
u8 bSupportCck;
|
||||||
|
@ -327,7 +327,7 @@ typedef struct _RT_HTINFO_STA_ENTRY{
|
||||||
|
|
||||||
u16 nAMSDU_MaxSize;
|
u16 nAMSDU_MaxSize;
|
||||||
|
|
||||||
}RT_HTINFO_STA_ENTRY, *PRT_HTINFO_STA_ENTRY;
|
};//, *struct rt_htinfo_sta_entry *;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue