[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
[deliverable/linux.git] / net / ieee80211 / softmac / ieee80211softmac_wx.c
index 5742dc803b796af7423f36cf871ce60e74fe62fc..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);
This page took 0.024142 seconds and 5 git commands to generate.