staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM
[pandora-kernel.git] / drivers / staging / rtl8192e / rtl_dm.c
index 291ec3e..6d201ec 100644 (file)
@@ -2322,9 +2322,9 @@ static void dm_check_edca_turbo(struct net_device *dev)
                static int wb_tmp;
                if (wb_tmp == 0) {
                        printk(KERN_INFO "%s():iot peer is %s, bssid:"
-                              MAC_FMT"\n", __func__,
+                              " %pM\n", __func__,
                               peername[pHTInfo->IOTPeer],
-                              MAC_ARG(priv->rtllib->current_network.bssid));
+                              priv->rtllib->current_network.bssid);
                        wb_tmp = 1;
                }
        }