Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267841
b: refs/heads/master
c: aec1148
h: refs/heads/master
i:
  267839: bbb2623
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent c9071d0 commit c7293d4
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: e9463775edd1456c47fc8d4d726871ad50dffd14
refs/heads/master: aec1148c5bf077502dbde23f4ea491adc81fa307
4 changes: 2 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,15 @@ enum rt_eeprom_type {
EEPROM_BOOT_EFUSE,
};

typedef enum _DCMD_TXCMD_OP{
enum dcmg_txcmd_op {
TXCMD_TXRA_HISTORY_CTRL = 0xFF900000,
TXCMD_RESET_TX_PKT_BUFF = 0xFF900001,
TXCMD_RESET_RX_PKT_BUFF = 0xFF900002,
TXCMD_SET_TX_DURATION = 0xFF900003,
TXCMD_SET_RX_RSSI = 0xFF900004,
TXCMD_SET_TX_PWR_TRACKING = 0xFF900005,
TXCMD_XXXX_CTRL,
} DCMD_TXCMD_OP;
};

typedef enum _RT_RF_TYPE_819xU{
RF_TYPE_MIN = 0,
Expand Down

0 comments on commit c7293d4

Please sign in to comment.