summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r8192E_dev.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 10:29:41 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:58:37 -0500
commit44a4004670a47135fa4dcc0473d3d28c8fb3e922 (patch)
treec698b8970471f051b1bb99cbfa70f039bee7bcac /drivers/staging/rtl8192e/r8192E_dev.c
parent626f951d76279823711fd0f9b876fafee39c3dec (diff)
downloadop-kernel-dev-44a4004670a47135fa4dcc0473d3d28c8fb3e922.zip
op-kernel-dev-44a4004670a47135fa4dcc0473d3d28c8fb3e922.tar.gz
staging: rtl8192e: Convert typedef ACI_AIFSN to union aci_aifsn
Remove typedef from union. Rename union. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/r8192E_dev.c')
-rw-r--r--drivers/staging/rtl8192e/r8192E_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/r8192E_dev.c
index d610de9..0c06e7b 100644
--- a/drivers/staging/rtl8192e/r8192E_dev.c
+++ b/drivers/staging/rtl8192e/r8192E_dev.c
@@ -235,7 +235,7 @@ rtl8192e_SetHwReg(struct net_device *dev,u8 variable,u8* val)
struct rtllib_qos_parameters *qos_parameters = &priv->rtllib->current_network.qos_data.parameters;
u8 pAcParam = *((u8*)val);
u32 eACI = pAcParam;
- PACI_AIFSN pAciAifsn = (PACI_AIFSN)&(qos_parameters->aifs[0]);
+ union aci_aifsn *pAciAifsn = (union aci_aifsn *)&(qos_parameters->aifs[0]);
u8 acm = pAciAifsn->f.acm;
u8 AcmCtrl = read_nic_byte( dev, AcmHwCtrl);
OpenPOWER on IntegriCloud