wext: Fix deauthentication to do IW_MLME_DEAUTH prior to disconnect
authorDan Williams <dcbw@redhat.com>
Wed, 27 May 2009 17:57:29 +0000 (20:57 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 27 May 2009 17:57:29 +0000 (20:57 +0300)
commit87d01acfeb69f797bffae09b2c7f22e7c928998f
tree5704bdd3422bf3bfb10e225107866e5eabf7287a
parent64a04447c3d2248ab1aac7f6c220346dad0e1921
wext: Fix deauthentication to do IW_MLME_DEAUTH prior to disconnect

4853d5ac847efbfe54b80eeefabc2932696414c9 had a small bug in the order
of these function calls in _wext_deauthenticate() (_disassociate()
did have the correct order). The deauthentication frame is supposed
to go out (if driver supports that) before we disconnect more
forcefully.
src/drivers/driver_wext.c