nl80211: Free connkeys on external authentication failure
authorSrinivas Dasari <dasaris@codeaurora.org>
Fri, 20 Apr 2018 06:11:14 +0000 (11:41 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 20 Apr 2018 07:58:03 +0000 (09:58 +0200)
commit2f0605a697f4b9f5b1c1571c7ec6a16df4dc2616
tree3f7a07d42c794e063166146313499a190abff938
parent83826469e36b9c8219f88c16713a755b2cea6ff5
nl80211: Free connkeys on external authentication failure

The failure scenario while processing
NL80211_ATTR_EXTERNAL_AUTH_SUPPORT does not free
the connkeys. This commit addresses the same.

Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c