aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_BA.h
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-19 10:17:01 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-24 01:55:03 -0500
commitf198db0c985ca627f9d068a00f6836c40ef4e737 (patch)
tree72a996a30e5ba8fd5c71f89ca82b104a20045086 /drivers/staging/rtl8192e/rtl819x_BA.h
parentstaging: rtl8192e: Convert typedef BA_PARAM_SET to union ba_param_set (diff)
downloadlinux-dev-f198db0c985ca627f9d068a00f6836c40ef4e737.tar.xz
linux-dev-f198db0c985ca627f9d068a00f6836c40ef4e737.zip
staging: rtl8192e: Convert typedef DELBA_PARAM_SET to union delba_param_set
Remove typedef from union. Rename union. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_BA.h')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_BA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_BA.h b/drivers/staging/rtl8192e/rtl819x_BA.h
index 1e2cc2e344af..d2020b390186 100644
--- a/drivers/staging/rtl8192e/rtl819x_BA.h
+++ b/drivers/staging/rtl8192e/rtl819x_BA.h
@@ -56,7 +56,7 @@ union ba_param_set {
} field;
};
-typedef union _DELBA_PARAM_SET {
+union delba_param_set {
u8 charData[2];
u16 shortData;
struct {
@@ -64,7 +64,7 @@ typedef union _DELBA_PARAM_SET {
u16 Initiator:1;
u16 TID:4;
} field;
-} DELBA_PARAM_SET, *PDELBA_PARAM_SET;
+};
struct ba_record {
struct timer_list Timer;