Go to the documentation of this file.
30 #define DRV_NAME "rtllib_92e"
33 #define DMESG(x, a...)
73 #define RT_TRACE(component, x, args...) \
75 if (rt_global_debug_component & component) \
76 printk(KERN_DEBUG DRV_NAME ":" x "\n" , \
80 #define assert(expr) \
82 printk(KERN_INFO "Assertion failed! %s,%s,%s,line=%d\n", \
83 #expr, __FILE__, __func__, __LINE__); \