summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtllib_softmac.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 01:22:19 (GMT)
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 04:15:26 (GMT)
commit7796d93eae46054d5a3bb5411fde735801998dc5 (patch)
treedd83f82e4eaa4c97d078b16a09f09beca4ca17cf /drivers/staging/rtl8192e/rtllib_softmac.c
parent74724de1c40192d74a213e615b945df8de935ca2 (diff)
downloadlinux-fsl-qoriq-7796d93eae46054d5a3bb5411fde735801998dc5.tar.xz
staging: rtl8192e: Convert typedef RT_HIGH_THROUGHPUT to struct rt_hi_throughput
Remove typedef from struct. Rename struct. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_softmac.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_softmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index e4fdcbd..7930a96 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -212,7 +212,7 @@ MgntQuery_TxRateExcludeCCKRates(struct rtllib_device *ieee)
u8 MgntQuery_MgntFrameTxRate(struct rtllib_device *ieee)
{
- PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo;
+ struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
u8 rate;
if (pHTInfo->IOTAction & HT_IOT_ACT_MGNT_USE_CCK_6M)
@@ -884,7 +884,7 @@ static struct sk_buff* rtllib_probe_resp(struct rtllib_device *ieee, u8 *dest)
u8 tmp_ht_cap_len = 0;
u8* tmp_ht_info_buf = NULL;
u8 tmp_ht_info_len = 0;
- PRT_HIGH_THROUGHPUT pHTInfo = ieee->pHTInfo;
+ struct rt_hi_throughput *pHTInfo = ieee->pHTInfo;
u8* tmp_generic_ie_buf = NULL;
u8 tmp_generic_ie_len = 0;