Searched refs:DEBUG_PRINTK (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00.h66 #define DEBUG_PRINTK(__dev, __kernlvl, __lvl, __msg, __args...) \ macro
69 #define DEBUG_PRINTK(__dev, __kernlvl, __lvl, __msg, __args...) \ macro
87 DEBUG_PRINTK(__dev, KERN_WARNING, "Warning", __msg, ##__args)
89 DEBUG_PRINTK(__dev, KERN_NOTICE, "Notice", __msg, ##__args)
91 DEBUG_PRINTK(__dev, KERN_INFO, "Info", __msg, ##__args)
93 DEBUG_PRINTK(__dev, KERN_DEBUG, "Debug", __msg, ##__args)
95 DEBUG_PRINTK(__dev, KERN_DEBUG, "EEPROM recovery", __msg, ##__args)

Completed in 31 milliseconds