net: convert print_mac to %pM
[deliverable/linux.git] / drivers / net / wireless / libertas / wext.c
index 82c3e5a50ea695602fa844b7cc5ce93493f1b0d3..04f0bf2ef0a80e85ad280dd05662855dadd476ee 100644 (file)
@@ -2104,7 +2104,6 @@ static int lbs_set_wap(struct net_device *dev, struct iw_request_info *info,
        struct lbs_private *priv = dev->priv;
        struct assoc_request * assoc_req;
        int ret = 0;
-       DECLARE_MAC_BUF(mac);
 
        lbs_deb_enter(LBS_DEB_WEXT);
 
@@ -2114,7 +2113,7 @@ static int lbs_set_wap(struct net_device *dev, struct iw_request_info *info,
        if (awrq->sa_family != ARPHRD_ETHER)
                return -EINVAL;
 
-       lbs_deb_wext("ASSOC: WAP: sa_data %s\n", print_mac(mac, awrq->sa_data));
+       lbs_deb_wext("ASSOC: WAP: sa_data %pM\n", awrq->sa_data);
 
        mutex_lock(&priv->lock);
 
This page took 0.025145 seconds and 5 git commands to generate.