Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RT_HTINFO_STA_ENTRY to struct rt_h…
Browse files Browse the repository at this point in the history
…tinfo_sta_entry

Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 7796d93 commit 9801b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ struct rt_hi_throughput {



typedef struct _RT_HTINFO_STA_ENTRY{
struct rt_htinfo_sta_entry {
u8 bEnableHT;

u8 bSupportCck;
Expand Down Expand Up @@ -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 *;



Expand Down

0 comments on commit 9801b9f

Please sign in to comment.