Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267842
b: refs/heads/master
c: fc6094f
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c7293d4 commit adf3c0a
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: aec1148c5bf077502dbde23f4ea491adc81fa307
refs/heads/master: fc6094f6703d16591dda4d2849b17c1751dbb099
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 @@ -267,14 +267,14 @@ enum dcmg_txcmd_op {
TXCMD_XXXX_CTRL,
};

typedef enum _RT_RF_TYPE_819xU{
enum rt_rf_type_819xu {
RF_TYPE_MIN = 0,
RF_8225,
RF_8256,
RF_8258,
RF_6052=4,
RF_PSEUDO_11N = 5,
} RT_RF_TYPE_819xU, *PRT_RF_TYPE_819xU;
};

typedef enum _RF_STEP_E
{
Expand Down Expand Up @@ -587,7 +587,7 @@ struct r8192_priv {
RT_CUSTOMER_ID CustomerID;


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

0 comments on commit adf3c0a

Please sign in to comment.