提交 8271195e 编写于 作者: J John W. Linville

wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not set

Bad macro definition in "cfg80211: add a regulatory debug print"...
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 4f9b2a7d
......@@ -44,12 +44,12 @@
#include "nl80211.h"
#ifdef CONFIG_CFG80211_REG_DEBUG
#define REG_DBG_PRINT(args...) \
#define REG_DBG_PRINT(format, args...) \
do { \
printk(KERN_DEBUG args); \
printk(KERN_DEBUG format , ## args); \
} while (0)
#else
#define REG_DBG_PRINT(args)
#define REG_DBG_PRINT(args...)
#endif
/* Receipt of information from last regulatory request */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册