Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267797
b: refs/heads/master
c: 7d5693b
h: refs/heads/master
i:
  267795: 8ead5e4
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 9e1b733 commit db38488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f198db0c985ca627f9d068a00f6836c40ef4e737
refs/heads/master: 7d5693b2211b7d7639fce4d2edcb3c410e499554
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit db38488

Please sign in to comment.