hostapd: fix goto loop for ubus assoc handler
authorDavid Bauer <mail@david-bauer.net>
Sun, 17 Oct 2021 21:29:57 +0000 (23:29 +0200)
committerDavid Bauer <mail@david-bauer.net>
Tue, 19 Oct 2021 15:27:05 +0000 (17:27 +0200)
commit43c64ffa74c8e843c695c04f3b20db8e868a0608
tree1e58108e776808b5705e6293c7e3d7401f9055aa
parentc4e994011f56d30e031705c16c6b5c498c530852
hostapd: fix goto loop for ubus assoc handler

When a ubus event handler denies a association with a non-zero return
value, the code jumps to preceeding code, creating an endless loop until
the event handler accepts the assc request.

Move the ubus handler further up the code to avoid creating such a loop.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/network/services/hostapd/patches/600-ubus_support.patch