Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267849
b: refs/heads/master
c: ebc95dd
h: refs/heads/master
i:
  267847: 37eef85
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c49664f commit c220c98
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f4178151aa52e7b41c5c5082d5c385ceac0e3ea
refs/heads/master: ebc95dd01c53e464b62fb2e7e0502825893aef96
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -477,15 +477,14 @@ struct channel_access_setting {
u16 CWmaxIndex;
};

typedef enum _TWO_PORT_STATUS
{
enum two_port_status {
TWO_PORT_STATUS__DEFAULT_ONLY,
TWO_PORT_STATUS__EXTENSION_ONLY,
TWO_PORT_STATUS__EXTENSION_FOLLOW_DEFAULT,
TWO_PORT_STATUS__DEFAULT_G_EXTENSION_N20,
TWO_PORT_STATUS__ADHOC,
TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE
} TWO_PORT_STATUS;
};

struct txbbgain_struct {
long txbb_iq_amplifygain;
Expand Down

0 comments on commit c220c98

Please sign in to comment.