From: Larry Finger Date: Tue, 19 Jul 2011 01:24:02 +0000 (-0500) Subject: staging: rtl8192e: Convert typedef RT_HTINFO_STA_ENTRY to struct rt_htinfo_sta_entry X-Git-Tag: next-20110826~5^2~92^2~160 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9801b9f5d740257f8cd19fe21b8c7ffe598b18af;p=karo-tx-linux.git 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 --- diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h index cfa7e81beea3..c3eaea4931b5 100644 --- a/drivers/staging/rtl8192e/rtl819x_HT.h +++ b/drivers/staging/rtl8192e/rtl819x_HT.h @@ -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 *;