Commit 9801b9f5 authored by Larry Finger's avatar Larry Finger

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: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 7796d93e
......@@ -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 *;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment