Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267884
b: refs/heads/master
c: d0df281
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent b2fdc4d commit 11681cf
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: 74082c929d07ced0d7cad5ce94230a97880ed0bc
refs/heads/master: d0df281309e40f21f7a9d9633c2dd78f55edd5f4
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ struct rate_adaptive {
u8 PreRATRState;

};
typedef enum _RATR_TABLE_MODE_8192S{
enum ratr_table_mode_8192s {
RATR_INX_WIRELESS_NGB = 0,
RATR_INX_WIRELESS_NG = 1,
RATR_INX_WIRELESS_NB = 2,
Expand All @@ -2041,7 +2041,7 @@ typedef enum _RATR_TABLE_MODE_8192S{
RATR_INX_WIRELESS_B = 6,
RATR_INX_WIRELESS_MC = 7,
RATR_INX_WIRELESS_A = 8,
} RATR_TABLE_MODE_8192S, *PRATR_TABLE_MODE_8192S;
};

#define NUM_PMKID_CACHE 16
struct rt_pmkid_list {
Expand Down

0 comments on commit 11681cf

Please sign in to comment.