nl80211: Use LEAVE_IBSS with driver-based-SME
authorAbhishek Singh <absingh@qti.qualcomm.com>
Thu, 10 Apr 2014 12:23:40 +0000 (17:53 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 10 Apr 2014 16:51:51 +0000 (19:51 +0300)
commit9392c9be7a295c73b5811533bfc96242f44ec3dd
treeb592abbebad352f56b1bf55cfb49577262750a09
parent38ce8e2709d17e59feb3beb88836dd69f0ab3589
nl80211: Use LEAVE_IBSS with driver-based-SME

NL80211_CMD_LEAVE_IBSS was used only with wpa_supplicant-based SME.
Extend this to drivers that implement SME internally.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c