Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267826
b: refs/heads/master
c: c4e6d76
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 19eebac commit 082ba99
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: c1c5d0741697637422197ee8926e856fbda091c4
refs/heads/master: c4e6d760d813e89b0efd99c7520d6331ba84565b
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 @@ -114,7 +114,7 @@ union ht_capability_macpara {
};
*/

typedef enum _HT_ACTION{
enum ht_action {
ACT_RECOMMAND_WIDTH = 0,
ACT_MIMO_PWR_SAVE = 1,
ACT_PSMP = 2,
Expand All @@ -125,7 +125,7 @@ typedef enum _HT_ACTION{
ACT_MIMO_NOCOMPR_STEER = 7,
ACT_MIMO_COMPR_STEER = 8,
ACT_ANTENNA_SELECT = 9,
} HT_ACTION, *PHT_ACTION;
};


typedef enum _HT_Bandwidth_40MHZ_Sub_Carrier{
Expand Down

0 comments on commit 082ba99

Please sign in to comment.