Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267690
b: refs/heads/master
c: 438af18
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 8a86a49 commit 264e403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 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: af7daa15f7ab1c43091e6fc437bd2b4b5e7df60a
refs/heads/master: 438af18e9278157a94b4f1ecb50cf9aa9437ebc2
19 changes: 0 additions & 19 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -454,27 +454,8 @@ typedef enum _RT_OP_MODE{
#define IEEE_CRYPT_ALG_NAME_LEN 16

#define MAX_IE_LEN 0xff
#ifdef ENABLE_NULL_PT_DEBUG
#define RT_ASSERT_RET(_Exp) \
if (!(_Exp)) \
{ \
printk("Rtl819x: "); \
printk( "Assertion failed! %s,%s,line=%d\n", \
#_Exp,__func__,__LINE__); \
return; \
}
#define RT_ASSERT_RET_VALUE(_Exp,Ret) \
if (!(_Exp)) \
{ \
printk("Rtl819x: "); \
printk( "Assertion failed! %s,%s,line=%d\n", \
#_Exp,__func__,__LINE__); \
return (Ret); \
}
#else
#define RT_ASSERT_RET(_Exp) do {} while(0)
#define RT_ASSERT_RET_VALUE(_Exp,Ret) do {} while(0)
#endif

typedef struct ieee_param {
u32 cmd;
Expand Down

0 comments on commit 264e403

Please sign in to comment.