hostapd: Remove hostapd_interface_init2()
authorJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 11:34:35 +0000 (13:34 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 17:51:06 +0000 (19:51 +0200)
commitc20cb023e2da43c49ff19a09bbb68f26c6ff7333
tree4f55f8a727e23553495554dece244573f7d313f0
parent4a5deb9b9d710e2f930edc968ddae59f0abd2d17
hostapd: Remove hostapd_interface_init2()

This was an unnecessary wrapper functions for calling two functions from
a single place in the code. It is cleaner to just call those two
functions directly.

Signed-hostap: Jouni Malinen <j@w1.fi>
hostapd/main.c