summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 00:09:03 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:43:59 -0500
commit9be6f10ed3867b1b89c34e4cd3cb5c00c0bc5282 (patch)
treed923f475ad67761a2585973c7469da4b31dd8135 /drivers/staging/rtl8192e/rtl_core.h
parentdca0eb1e15fa7cf1f4e5fae3d2c32512e24f1742 (diff)
downloadop-kernel-dev-9be6f10ed3867b1b89c34e4cd3cb5c00c0bc5282.zip
op-kernel-dev-9be6f10ed3867b1b89c34e4cd3cb5c00c0bc5282.tar.gz
staging: rtl8192e: Convert typedef rate_adaptive to struct rate_adaptive
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl_core.h
index 705ccde..2747f0d 100644
--- a/drivers/staging/rtl8192e/rtl_core.h
+++ b/drivers/staging/rtl8192e/rtl_core.h
@@ -594,7 +594,7 @@ typedef struct r8192_priv
IC_INFERIORITY_8192S IC_Class;
HT_CHANNEL_WIDTH CurrentChannelBW;
struct bb_reg_definition PHYRegDef[4];
- rate_adaptive rate_adaptive;
+ struct rate_adaptive rate_adaptive;
struct ccktxbbgain cck_txbbgain_table[CCKTxBBGainTableLength];
struct ccktxbbgain cck_txbbgain_ch14_table[CCKTxBBGainTableLength];
OpenPOWER on IntegriCloud