[MAC80211]: print out wiphy name instead of master device
[linux-block.git] / net / mac80211 / ieee80211_rate.c
index a1ded7449784d8c25361d4d49056e04f9d6ba000..91a9fe2cbad935b453cc68d60ba73c2f4712df70 100644 (file)
@@ -152,7 +152,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
        ref = rate_control_alloc(name, local);
        if (!ref) {
                printk(KERN_WARNING "%s: Failed to select rate control "
-                      "algorithm\n", local->mdev->name);
+                      "algorithm\n", wiphy_name(local->hw.wiphy));
                return -ENOENT;
        }
 
@@ -164,7 +164,7 @@ int ieee80211_init_rate_ctrl_alg(struct ieee80211_local *local,
        }
 
        printk(KERN_DEBUG "%s: Selected rate control "
-              "algorithm '%s'\n", local->mdev->name,
+              "algorithm '%s'\n", wiphy_name(local->hw.wiphy),
               ref->ops->name);