diff options
Diffstat (limited to 'net/mac80211/ieee80211_sta.c')
-rw-r--r-- | net/mac80211/ieee80211_sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c index f47cbd294ceb..8a4f2441b59c 100644 --- a/net/mac80211/ieee80211_sta.c +++ b/net/mac80211/ieee80211_sta.c | |||
@@ -3104,7 +3104,7 @@ struct sta_info * ieee80211_ibss_add_sta(struct net_device *dev, | |||
3104 | } | 3104 | } |
3105 | 3105 | ||
3106 | printk(KERN_DEBUG "%s: Adding new IBSS station %s (dev=%s)\n", | 3106 | printk(KERN_DEBUG "%s: Adding new IBSS station %s (dev=%s)\n", |
3107 | local->mdev->name, print_mac(mac, addr), dev->name); | 3107 | wiphy_name(local->hw.wiphy), print_mac(mac, addr), dev->name); |
3108 | 3108 | ||
3109 | sta = sta_info_add(local, dev, addr, GFP_ATOMIC); | 3109 | sta = sta_info_add(local, dev, addr, GFP_ATOMIC); |
3110 | if (!sta) | 3110 | if (!sta) |