Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267847
b: refs/heads/master
c: 456419d
h: refs/heads/master
i:
  267845: 8afe956
  267843: d16a3cb
  267839: bbb2623
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 31507fb commit 37eef85
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: ab0d7ccaf733d064bd8e0f1d1a0eb67be79232ee
refs/heads/master: 456419dbb389498042ea2808600d25b67f687716
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ enum reset_type {
RESET_TYPE_SILENT = 0x02
};

typedef enum _IC_INFERIORITY_8192S{
enum ic_inferiority_8192s {
IC_INFERIORITY_A = 0,
IC_INFERIORITY_B = 1,
} IC_INFERIORITY_8192S, *PIC_INFERIORITY_8192S;
};

typedef enum _PCI_BRIDGE_VENDOR {
PCI_BRIDGE_VENDOR_INTEL = 0x0,
Expand Down Expand Up @@ -586,7 +586,7 @@ struct r8192_priv {


enum rt_rf_type_819xu rf_chip;
IC_INFERIORITY_8192S IC_Class;
enum ic_inferiority_8192s IC_Class;
enum ht_channel_width CurrentChannelBW;
struct bb_reg_definition PHYRegDef[4];
struct rate_adaptive rate_adaptive;
Expand Down

0 comments on commit 37eef85

Please sign in to comment.