mirror of https://github.com/proski/madwifi
Remove commented out reference to non-existent ieee80211_set_mac_address()
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3999 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
8b8d49a612
commit
a9427af7b3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue