Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267825
b: refs/heads/master
c: c1c5d07
h: refs/heads/master
i:
  267823: 16ef712
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 03186db commit 19eebac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b678bd1ff579f9e6233911fe5ce5fce31c5242e0
refs/heads/master: c1c5d0741697637422197ee8926e856fbda091c4
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -270,7 +270,7 @@ struct rt_hi_throughput {
u8 PeerBandwidth;

u8 bSwBwInProgress;
CHNLOP ChnlOp;
enum chnl_op ChnlOp;
u8 SwBwStep;

u8 bRegRT2RTAggregation;
Expand Down

0 comments on commit 19eebac

Please sign in to comment.