wifi: mac80211: fix error path key leak
authorJohannes Berg <johannes.berg@intel.com>
Thu, 5 Oct 2023 21:09:18 +0000 (23:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 11 Oct 2023 14:36:14 +0000 (16:36 +0200)
commit02e0e426a2fb1446ebd7bc0eccfb48aedefb966b
tree454e3242c0a84b34d13dd0d2192d2119fa7af60c
parent91d20ab9d9ca035527af503d00e1e30d6c375f2a
wifi: mac80211: fix error path key leak

In the previous key leak fix for the other error
paths, I meant to unify all of them to the same
place, but used the wrong label, which I noticed
when doing the merge into wireless-next. Fix it.

Fixes: d097ae01ebd4 ("wifi: mac80211: fix potential key leak")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/key.c