Merge set_rate_sets() driver_ops into set_ap()
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5f17b3ee9f
commit
e5693c4775
8 changed files with 36 additions and 52 deletions
|
@ -291,6 +291,8 @@ static void hostapd_cleanup_iface(struct hostapd_iface *iface)
|
|||
iface->hw_features = NULL;
|
||||
os_free(iface->current_rates);
|
||||
iface->current_rates = NULL;
|
||||
os_free(iface->basic_rates);
|
||||
iface->basic_rates = NULL;
|
||||
ap_list_deinit(iface);
|
||||
hostapd_config_free(iface->conf);
|
||||
iface->conf = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue