[PATCH v2 13/16] wcn36xx: add wcn36xx.h

Kalle Valo kvalo at adurom.com
Mon Sep 2 10:15:55 EDT 2013


Joe Perches <joe at perches.com> writes:

>> +#define wcn36xx_dbg(mask, fmt, arg...) do {			\
>> +	if (debug_mask & mask)					\
>> +		printk(KERN_DEBUG pr_fmt(fmt), ##arg);	\
>> +} while (0)
>
> And maybe this one using pr_debug so dynamic_debug
> can work too.

Please, no dynamic_debug. It's useless on a wifi driver.

-- 
Kalle Valo



More information about the wcn36xx mailing list