Remove commented out reference to non-existent ieee80211_set_mac_address()
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 15 Apr 2009 02:55:25 +0000 (02:55 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 15 Apr 2009 02:55:25 +0000 (02:55 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3999 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211.c

index fc14ba03e70ae5fe892a667b1b9ec8f2fdebeb96..44899fea4252d5cada00febf171cd306009b6a02 100644 (file)
@@ -426,9 +426,6 @@ ieee80211_vap_setup(struct ieee80211com *ic, struct net_device *dev,
        dev->stop = ieee80211_stop;
        dev->hard_start_xmit = ieee80211_hardstart;
        dev->set_multicast_list = ieee80211_set_multicast_list;
-#if 0
-       dev->set_mac_address = ieee80211_set_mac_address;
-#endif
        dev->change_mtu = ieee80211_change_mtu;
        dev->tx_queue_len = 0;                  /* NB: bypass queuing */
        dev->hard_header_len = parent->hard_header_len;