]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Register eloop after hs20 action frame
authorEduardo Abinader <eduardo.abinader@openbossa.org>
Mon, 1 Sep 2014 03:20:21 +0000 (23:20 -0400)
committerJouni Malinen <j@w1.fi>
Sun, 7 Sep 2014 16:22:49 +0000 (19:22 +0300)
commit3ee18569f5d181ba01981d9bcbc60243f7ac1c7a
tree7d0abab103733572a7bb545bf62137c15e59f24e
parent3bd3257a0ae1e11f6a845c6a1330ef29223e2955
nl80211: Register eloop after hs20 action frame

Even when hs20 action frame is unable to be registered,
for whatever reason, it should be possible to register
event handle for received driver messages. This patch also
avoids a segmentation fault, when p2p and hs20 were enabled
and GO NEG was unable to create p2p iface, the destroy eloop
was crashing by reading an invalid handle.

Signed-off-by: Eduardo Abinader <eduardo.abinader@openbossa.org>
src/drivers/driver_nl80211.c