summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-18 23:51:09 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:42:23 -0500
commit43267fef107b44b3b3e73a02cfc6027b8e6336fb (patch)
tree04b975e5308e1d71ee9d4b8608e2160dfe7dffdc /drivers/staging/rtl8192e/rtl_core.h
parent7152e7ec339bf187109d559089712f882291fb98 (diff)
downloadop-kernel-dev-43267fef107b44b3b3e73a02cfc6027b8e6336fb.zip
op-kernel-dev-43267fef107b44b3b3e73a02cfc6027b8e6336fb.tar.gz
staging: rtl8192e: Convert typedef init_gain to struct init_gain
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_core.h')
-rw-r--r--drivers/staging/rtl8192e/rtl_core.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h
index c71d4d2..cb28792 100644
--- a/drivers/staging/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl_core.h
@@ -500,15 +500,14 @@ struct ccktxbbgain {
u8 ccktxbb_valuearray[8];
};
-typedef struct _init_gain
-{
+struct init_gain {
u8 xaagccore1;
u8 xbagccore1;
u8 xcagccore1;
u8 xdagccore1;
u8 cca;
-} init_gain, *pinit_gain;
+};
struct tx_ring {
u32 * desc;
@@ -949,7 +948,7 @@ typedef struct r8192_priv
u8 Record_CCK_20Mindex;
u8 Record_CCK_40Mindex;
- init_gain initgain_backup;
+ struct init_gain initgain_backup;
u8 DefaultInitialGain[4];
bool bis_any_nonbepkts;
bool bcurrent_turbo_EDCA;
OpenPOWER on IntegriCloud