]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath9k/ahb.c
drivers/net/wireless: Use wiphy_<level>
[karo-tx-linux.git] / drivers / net / wireless / ath / ath9k / ahb.c
index 85fdd26039c8e70fd8f77888c083559006418caa..1a984b02e9e5c2cd02c7d039243df5bf385039cf 100644 (file)
@@ -131,11 +131,8 @@ static int ath_ahb_probe(struct platform_device *pdev)
 
        ah = sc->sc_ah;
        ath9k_hw_name(ah, hw_name, sizeof(hw_name));
-       printk(KERN_INFO
-              "%s: %s mem=0x%lx, irq=%d\n",
-              wiphy_name(hw->wiphy),
-              hw_name,
-              (unsigned long)mem, irq);
+       wiphy_info(hw->wiphy, "%s mem=0x%lx, irq=%d\n",
+                  hw_name, (unsigned long)mem, irq);
 
        return 0;