]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/wlan-ng/wlan_compat.h
Staging: wlan-ng: Remove wlan_max()/wlan_min()
[linux-2.6-omap-h63xx.git] / drivers / staging / wlan-ng / wlan_compat.h
index d33548a0cb49cb8f1bfd4b96fcb0ae7e6aa75878..42d8d0c95b60dc39d3bdcad12128c0c670cc2cae 100644 (file)
@@ -64,8 +64,6 @@
 
 #define WLAN_LOG_NOTICE(x,args...) printk(KERN_NOTICE "%s: " x , __func__ , ##args);
 
-#define WLAN_LOG_INFO(args... ) printk(KERN_INFO args)
-
 #if defined(WLAN_INCLUDE_DEBUG)
        #define WLAN_HEX_DUMP( l, x, p, n)      if( WLAN_DBVAR >= (l) ){ \
                int __i__; \
 #undef netdevice_t
 typedef struct net_device netdevice_t;
 
-#define URB_ASYNC_UNLINK 0
-#define USB_QUEUE_BULK 0
-
 /*=============================================================*/
 /*--- General Macros ------------------------------------------*/
 /*=============================================================*/
 
-#define wlan_max(a, b) (((a) > (b)) ? (a) : (b))
-#define wlan_min(a, b) (((a) < (b)) ? (a) : (b))
-
 #define wlan_isprint(c)        (((c) > (0x19)) && ((c) < (0x7f)))
 
 #define wlan_hexchar(x) (((x) < 0x0a) ? ('0' + (x)) : ('a' + ((x) - 0x0a)))