]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Skip set_mode event subscription during deinit
authorJouni Malinen <j@w1.fi>
Fri, 6 Apr 2012 15:58:44 +0000 (18:58 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 6 Apr 2012 15:58:44 +0000 (18:58 +0300)
commit873d0fcfd3371f471d88a247e5fdb2656d132514
treef851524a5f3f627f946b998828f69a45422da9c4
parent103b8f4dea947df496080f646a8a955d24fcdb3d
nl80211: Skip set_mode event subscription during deinit

There is no need to subscribe to event messages during deinit process,
so skip this to avoid unnecessary operations and to keep the debug logs
a bit cleaner.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c