[PATCH 083/166] staging: rtl8192e: Convert typedef AC_PARAM to union ac_param

Larry Finger Larry.Finger at lwfinger.net
Thu Aug 25 04:48:30 UTC 2011


Remove typedef from union.
Rename union.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger at lwfinger.net>
---
 drivers/staging/rtl8192e/rtl819x_Qos.h |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_Qos.h b/drivers/staging/rtl8192e/rtl819x_Qos.h
index 1bf1016..d4902d8 100644
--- a/drivers/staging/rtl8192e/rtl819x_Qos.h
+++ b/drivers/staging/rtl8192e/rtl819x_Qos.h
@@ -396,7 +396,7 @@ union ecw {
 	}f;
 };
 
-typedef	union _AC_PARAM{
+union ac_param {
 	u32	longData;
 	u8	charData[4];
 
@@ -406,10 +406,6 @@ typedef	union _AC_PARAM{
 		union ecw Ecw;
 		u16		TXOPLimit;
 	}f;
-}AC_PARAM, *PAC_PARAM;
-
-
-
-
+};
 
 #endif
-- 
1.7.3.4




More information about the devel mailing list