nl80211: Fix driver context pointer for auth-failure-case
authorJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 19:29:34 +0000 (21:29 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Mar 2010 19:29:34 +0000 (21:29 +0200)
commit5205c4f98a5b4242e8cddaf36be0c17f3ffc0e80
tree0d01440d488c1f7f94a0560b381df1466c403b2f
parent921a2786042a08aaabb5088d93539075d083113e
nl80211: Fix driver context pointer for auth-failure-case

The new per-BSS context needs to be used here when calling
wpa_driver_nl80211_deauthenticate() to avoid passing incorrect
data type to the function.
src/drivers/driver_nl80211.c