Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267767
b: refs/heads/master
c: acf08e1
h: refs/heads/master
i:
  267765: d888ae5
  267763: c6d5d6d
  267759: 6987337
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent f9def07 commit 4555996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 7f6aa06ca2155dd1e6ca62f5ca81c09fbb9a8cb3
refs/heads/master: acf08e1a0197f5366fbcfebb8a1245dc67f1d64c
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/r8192E_cmdpkt.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define CMPK_TX_SET_CONFIG_SIZE sizeof(struct cmpk_set_cfg)
#define CMPK_BOTH_QUERY_CONFIG_SIZE sizeof(struct cmpk_set_cfg)
#define CMPK_RX_TX_STS_SIZE sizeof(struct cmpk_tx_status)
#define CMPK_RX_DBG_MSG_SIZE sizeof(cmpk_rx_dbginfo_t)
#define CMPK_RX_DBG_MSG_SIZE sizeof(struct cmpk_rx_dbginfo)
#define CMPK_TX_RAHIS_SIZE sizeof(cmpk_tx_rahis_t)

#define ISR_TxBcnOk BIT27
Expand Down Expand Up @@ -112,14 +112,13 @@ struct cmpk_tx_status {
u8 rate;
}__packed;

typedef struct tag_rx_debug_message_feedback
{
struct cmpk_rx_dbginfo {
u16 reserve1;
u8 length;
u8 element_id;


}cmpk_rx_dbginfo_t;
};//;

typedef struct tag_tx_rate_history
{
Expand Down

0 comments on commit 4555996

Please sign in to comment.