]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Fix cfg80211 workaround for IBSS join
authorJouni Malinen <j@w1.fi>
Sat, 20 Dec 2014 17:35:23 +0000 (19:35 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Dec 2014 17:35:23 +0000 (19:35 +0200)
commit666e508ccff9e67fbe0fc94da357596076cbfe5f
tree943212404e2d90b46c24f7b4ed07372692d4ddbc
parentcece9b7df772d024bb9a3be933e93ddcc0ebfab1
nl80211: Fix cfg80211 workaround for IBSS join

The interface was incorrectly changed to station mode between the two
IBSS join requests and that made the second attempt fail. Remove that
undesired mode clearing from this special case of IBSS leave sequence.

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