From: Larry Finger <Larry.Finger@lwfinger.net>
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-Url: https://git.stricted.de/?a=commitdiff_plain;h=9801b9f5d740257f8cd19fe21b8c7ffe598b18af;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.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 <Larry.Finger@lwfinger.net>
---

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 *;