Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267812
b: refs/heads/master
c: 8fa81ed
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 22e1af7 commit 579ccc4
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: 97844d156299726500e1d28ea85d897f700780d8
refs/heads/master: 8fa81ed4c99eadf09c112187e9275aacd0ae1836
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8192e/r8192E_cmdpkt.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ struct cmpk_tx_rahis {

} __packed;

typedef enum _cmpk_element_e
{
enum cmpk_element {
RX_TX_FEEDBACK = 0,
RX_INTERRUPT_STATUS = 1,
TX_SET_CONFIG = 2,
Expand All @@ -148,7 +147,7 @@ typedef enum _cmpk_element_e
RX_TX_PER_PKT_FEEDBACK = 6,
RX_TX_RATE_HISTORY = 7,
RX_CMD_ELE_MAX
} cmpk_element_e;
};

extern u32 cmpk_message_handle_rx(struct net_device *dev, struct rtllib_rx_stats * pstats);
extern bool cmpk_message_handle_tx(struct net_device *dev, u8* codevirtualaddress, u32 packettype, u32 buffer_len);
Expand Down

0 comments on commit 579ccc4

Please sign in to comment.