Fix driver operation order in configuration reloading
authorJouni Malinen <jouni.malinen@atheros.com>
Sat, 29 May 2010 19:27:27 +0000 (22:27 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 29 May 2010 19:27:27 +0000 (22:27 +0300)
commit84b2f9909fa1b92b2d3eb45278799ca3ecd2392e
tree8aad27e976d37d791c8663fe1a122b5ac75395f1
parent7f5957abcf52896b0e0ad7655cedfd6fc0a692f4
Fix driver operation order in configuration reloading

Some of the driver wrappers need to get set_ieee8021x() call before
they can configure keys. Reorder the operations in the reloading
of configuration case to match with that expectation.
src/ap/hostapd.c