[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
[deliverable/linux.git] / net / ieee80211 / softmac / ieee80211softmac_wx.c
index 442b9875f3fb84acfe9b0577bfc4869944ee0c79..8e8ad08a411c16da17995132f41331a2e7660773 100644 (file)
@@ -72,6 +72,7 @@ ieee80211softmac_wx_set_essid(struct net_device *net_dev,
        struct ieee80211softmac_device *sm = ieee80211_priv(net_dev);
        struct ieee80211softmac_auth_queue_item *authptr;
        int length = 0;
+       DECLARE_MAC_BUF(mac);
 
 check_assoc_again:
        mutex_lock(&sm->associnfo.mutex);
@@ -114,7 +115,7 @@ check_assoc_again:
        sm->associnfo.associating = 1;
        /* queue lower level code to do work (if necessary) */
        schedule_delayed_work(&sm->associnfo.work, 0);
-out:
+
        mutex_unlock(&sm->associnfo.mutex);
 
        return 0;
This page took 0.024488 seconds and 5 git commands to generate.