Remove overly complex hostapd setup sequence with n+1 callbacks
authorJouni Malinen <j@w1.fi>
Fri, 21 Nov 2008 18:39:33 +0000 (20:39 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 21 Nov 2008 18:39:33 +0000 (20:39 +0200)
commitddaa83ebeb108d00cd5888497fb4139d7cd6947e
tree975f5a25d1619e88318651ea84f756d5df8b76b9
parent2387b8c0b05c306ac723c956f3bbad885b3c807b
Remove overly complex hostapd setup sequence with n+1 callbacks

This code was originally added as a mechanism to handle long waits
during channel selection and/or radar detection. It is not currently
really used and makes the setup sequence nearly impossible to
understand. Let's get rid of the unwanted complexity. This needs to be
redesigned if it is ever needed again.
hostapd/hostapd.c
hostapd/hostapd.h
hostapd/hw_features.c
hostapd/hw_features.h