Merge bss_add/bss_remove drivers ops into if_add/if_remove
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 9 Dec 2009 14:49:28 +0000 (16:49 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 9 Dec 2009 14:49:28 +0000 (16:49 +0200)
commit22a7c9d735d3df82d982d0f0915fa0d35a88cb7b
treedd58b21ae12dc5a329bd5174e41edaff241392d8
parentb5996353e768625539fe4747eafd7943ecfa34c1
Merge bss_add/bss_remove drivers ops into if_add/if_remove

if_add/if_remove can now be used as the generic driver ops for adding
and removing virtual interfaces of various types. In addition,
driver_nl80211.c is now including this code unconditionally, so that
the functions are not limited only for hostapd.
hostapd/driver_i.h
hostapd/hostapd.c
hostapd/vlan_init.c
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c