From 19eebac03cf8693d1cd0ee4c5649058c7e87eb24 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 19 Jul 2011 18:23:23 -0500 Subject: [PATCH] --- yaml --- r: 267825 b: refs/heads/master c: c1c5d0741697637422197ee8926e856fbda091c4 h: refs/heads/master i: 267823: 16ef7127c9f8f570853097e90aca8e39ebdb7e66 v: v3 --- [refs] | 2 +- trunk/drivers/staging/rtl8192e/rtl819x_HT.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c78b2c41a98f..c28ea1e08b03 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b678bd1ff579f9e6233911fe5ce5fce31c5242e0 +refs/heads/master: c1c5d0741697637422197ee8926e856fbda091c4 diff --git a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h index 459753fbe7cf..0b48dc76c499 100644 --- a/trunk/drivers/staging/rtl8192e/rtl819x_HT.h +++ b/trunk/drivers/staging/rtl8192e/rtl819x_HT.h @@ -70,12 +70,12 @@ enum ht_extchnl_offset { HT_EXTCHNL_OFFSET_LOWER = 3, }; -typedef enum _CHNLOP{ +enum chnl_op { CHNLOP_NONE = 0, CHNLOP_SCAN = 1, CHNLOP_SWBW = 2, CHNLOP_SWCHNL = 3, -} CHNLOP, *PCHNLOP; +}; #define CHHLOP_IN_PROGRESS(_pHTInfo) \ ((_pHTInfo)->ChnlOp > CHNLOP_NONE) ? true : false @@ -270,7 +270,7 @@ struct rt_hi_throughput { u8 PeerBandwidth; u8 bSwBwInProgress; - CHNLOP ChnlOp; + enum chnl_op ChnlOp; u8 SwBwStep; u8 bRegRT2RTAggregation;