From db384889cab11dc3a1776c046ba8f8252932952b Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 19 Jul 2011 10:19:43 -0500 Subject: [PATCH] --- yaml --- r: 267797 b: refs/heads/master c: 7d5693b2211b7d7639fce4d2edcb3c410e499554 h: refs/heads/master i: 267795: 8ead5e41efd5f469a9a40c965b5c60bd127aaeb0 v: v3 --- [refs] | 2 +- trunk/drivers/staging/rtl8192e/rtl819x_HT.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1dfd4c514fad..5556a83c764a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f198db0c985ca627f9d068a00f6836c40ef4e737 +refs/heads/master: 7d5693b2211b7d7639fce4d2edcb3c410e499554 diff --git a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h index f85415ff3f15..113ee98540a4 100644 --- a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h +++ b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h @@ -81,7 +81,7 @@ typedef enum _CHNLOP{ ((_pHTInfo)->ChnlOp > CHNLOP_NONE) ? true : false /* -typedef union _HT_CAPABILITY{ +union ht_capability { u16 ShortData; u8 CharData[2]; struct @@ -100,7 +100,7 @@ typedef union _HT_CAPABILITY{ u16 PSMP:1; u16 Rsvd:3; }Field; -}HT_CAPABILITY, *PHT_CAPABILITY; +}; typedef union _HT_CAPABILITY_MACPARA{ u8 ShortData;