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:
Larry Finger 2011-07-18 20:24:02 -05:00
parent 7796d93eae
commit 9801b9f5d7
1 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ struct rt_hi_throughput {
typedef struct _RT_HTINFO_STA_ENTRY{
struct rt_htinfo_sta_entry {
u8 bEnableHT;
u8 bSupportCck;
@ -327,7 +327,7 @@ typedef struct _RT_HTINFO_STA_ENTRY{
u16 nAMSDU_MaxSize;
}RT_HTINFO_STA_ENTRY, *PRT_HTINFO_STA_ENTRY;
};//, *struct rt_htinfo_sta_entry *;