Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219801
b: refs/heads/master
c: b6d5e88
h: refs/heads/master
i:
  219799: db4c1b7
v: v3
  • Loading branch information
Mike McCormack authored and Greg Kroah-Hartman committed Sep 9, 2010
1 parent 0201c45 commit aedbef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: f34714058350f3df45768da9c8e9d1d496cc1533
refs/heads/master: b6d5e884ab1179129a3fe2d18dbf590bea7473c6
16 changes: 1 addition & 15 deletions trunk/drivers/staging/rtl8192e/r819xE_cmdpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,7 @@
#include "r8192E.h"
#include "r8192E_hw.h"
#include "r819xE_cmdpkt.h"
/*---------------------------Define Local Constant---------------------------*/
/* Debug constant*/
#define CMPK_DEBOUNCE_CNT 1
/* 2007/10/24 MH Add for printing a range of data. */
#define CMPK_PRINT(Address)\
{\
unsigned char i;\
u32 temp[10];\
\
memcpy(temp, Address, 40);\
for (i = 0; i <40; i+=4)\
printk("\r\n %08x", temp[i]);\
}\

/*---------------------------Define functions---------------------------------*/

/*-----------------------------------------------------------------------------
* Function: cmpk_message_handle_tx()
*
Expand Down

0 comments on commit aedbef3

Please sign in to comment.