summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 10:35:19 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:59:45 -0500
commiteb85e4689631ce116b74a87ce8929d07ba9b7601 (patch)
treeef1291315b197008ec49423709b4dccfaae29221
parenta33be1e842d6fef31cc5e88bc92541552a448286 (diff)
downloadop-kernel-dev-eb85e4689631ce116b74a87ce8929d07ba9b7601.zip
op-kernel-dev-eb85e4689631ce116b74a87ce8929d07ba9b7601.tar.gz
staging: rtl8192e: Convert typedef AC_PARAM to union ac_param
Remove typedef from union. Rename union. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
-rw-r--r--drivers/staging/rtl8192e/rtl819x_Qos.h8
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
OpenPOWER on IntegriCloud