diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index ae80f8fb17fe..2fd06c60ffbb 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -2451,7 +2451,7 @@ int wiphy_debug(const struct wiphy *wiphy, const char *format, ...) | |||
2451 | wiphy_printk(KERN_DEBUG, wiphy, format, ##args) | 2451 | wiphy_printk(KERN_DEBUG, wiphy, format, ##args) |
2452 | #elif defined(CONFIG_DYNAMIC_DEBUG) | 2452 | #elif defined(CONFIG_DYNAMIC_DEBUG) |
2453 | #define wiphy_dbg(wiphy, format, args...) \ | 2453 | #define wiphy_dbg(wiphy, format, args...) \ |
2454 | dynamic_pr_debug("%s: " format, wiphy_name(dev), ##args) | 2454 | dynamic_pr_debug("%s: " format, wiphy_name(wiphy), ##args) |
2455 | #else | 2455 | #else |
2456 | #define wiphy_dbg(wiphy, format, args...) \ | 2456 | #define wiphy_dbg(wiphy, format, args...) \ |
2457 | ({ \ | 2457 | ({ \ |