ath_printk
void ath_printk(const char *level, const struct ath_common *common,
ath_printk(KERN_EMERG, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_ALERT, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_CRIT, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_ERR, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_WARNING, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_NOTICE, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_INFO, common, fmt, ##__VA_ARGS__)
ath_printk(KERN_DEBUG, common, fmt, ##__VA_ARGS__); \
EXPORT_SYMBOL(ath_printk);